body{
    line-height:1.7;
}

section{
    padding:100px 0;
}

h1,
h2,
h3,
h4,
h5{
    font-family:var(--heading);
}

p{
    font-size:16px;
}

main{
    padding-top:80px;
}

.search-btn{
    font-size:18px;
    color:var(--secondary);
}

.search-btn:hover{
    color:var(--primary);
}

/* ==========================================
   HERO
========================================== */

.hero{
    background:#fafafa;
    padding:0;
    overflow:hidden;
}

.hero-wrapper{
    display:grid;
    align-items:center;
    grid-template-columns:44% 56%;
min-height:clamp(550px, 75vh, 700px);

}

/* Left Content */

.hero-content-wrap{
    display:flex;
    align-items:center;
    height:100%;
    justify-content:flex-start;
    margin-left:117px;

    padding-right:60px;

}



.hero-content{
    max-width:560px;
    position:relative;
    z-index:5;
     margin-left:0;
}

.hero-subtitle{
    display:inline-block;
    color:var(--primary);
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:20px;
}

.hero h1{
    font-size:96px;
    line-height:.92;
    margin-bottom:28px;
}

.hero h1 span{
    color:var(--primary);
}

.hero p{
    max-width:500px;
    font-size:18px;
    line-height:1.8;
    color:#666;
    margin-bottom:40px;
}

.hero-buttons{
    display:flex;
    gap:18px;
}

/* Buttons */

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 34px;
    border-radius:6px;
    font-weight:600;
    transition:var(--transition);
}

.btn-primary{
    background:var(--primary);
    color:#fff;
}

.btn-primary:hover{
    background:#6d1732;
}

.btn-outline{
    border:2px solid var(--primary);
    color:var(--primary);
}

.btn-outline:hover{
    background:var(--primary);
    color:#fff;
}

/* ==========================================
   HERO IMAGE
========================================== */

.hero-image{
    position:relative;
    width:100%;
 height:clamp(550px, 75vh, 700px);
     overflow:hidden;
}
.hero-image::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;

    background:linear-gradient(
        to right,
        #fafafa 0%,
        rgba(250,250,250,.90) 4%,
        rgba(250,250,250,.55) 8%,
        rgba(250,250,250,.20) 12%,
        rgba(250,250,250,.05) 16%,
        transparent 20%
    );
}

.hero-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
object-position:10% center;}



/*=========================================
            FOOTER
=========================================*/

.site-footer{
    background:#181818;
    color:#d5d5d5;
    padding:90px 0 0;
    margin-top:0px;
}

.footer-top{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.3fr;
    gap:60px;
    padding-bottom:60px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

/*=========================================
            ABOUT
=========================================*/

.footer-logo{
    font-family:"Playfair Display",serif;
    font-size:38px;
    color:#fff;
    margin-bottom:15px;
    font-weight:700;
}

.footer-logo span{
    color:#8b1e3f;
}

.footer-tagline{
    color:#bdbdbd;
    font-size:15px;
    margin-bottom:25px;
    letter-spacing:.5px;
}

.footer-text{
    color:#9d9d9d;
    line-height:1.9;
    font-size:16px;
    margin-bottom:30px;
    max-width:460px;
}

/*=========================================
            SOCIAL
=========================================*/

.footer-social{
    display:flex;
    gap:14px;
}

.footer-social a{
    width:44px;
    height:44px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-social a:hover{
    background:#8b1e3f;
    border-color:#8b1e3f;
    transform:translateY(-3px);
}

/*=========================================
            COLUMNS
=========================================*/

.footer-column h3{
    color:#fff;
    font-size:22px;
    margin-bottom:25px;
    font-family:"Playfair Display",serif;
}

.footer-column ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-column li{
    margin-bottom:14px;
}

.footer-column a{
    color:#b5b5b5;
    text-decoration:none;
    transition:.3s;
}

.footer-column a:hover{
    color:#8b1e3f;
    padding-left:6px;
}

.footer-column p{
    color:#9d9d9d;
    line-height:1.8;
    margin-bottom:20px;
}

/*=========================================
            NEWSLETTER
=========================================*/

.newsletter-form{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.newsletter-form input{
    width:100%;
    height:52px;
    background:#232323;
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    padding:0 18px;
    border-radius:6px;
    outline:none;
    transition:.3s;
}

.newsletter-form input:focus{
    border-color:#8b1e3f;
}

.newsletter-form button{
    height:52px;
    border:none;
    background:#8b1e3f;
    color:#fff;
    font-weight:600;
    cursor:pointer;
    border-radius:6px;
    transition:.3s;
      font-size:16px;
    }

.newsletter-form button:hover{
    background:#731732;
}

/*=========================================
            BOTTOM
=========================================*/

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:28px 0;
    font-size:14px;
    color:#8f8f8f;
}

.footer-bottom p{
    margin:0;
}

/* Historic Moments */

.historic-moments{
    padding:100px 0;
}

.section-heading{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.section-tag{
    color:#8b1e2d;
    text-transform:uppercase;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
}

.section-heading h2{
    margin:15px 0;
    font-size:48px;
    font-family:'Playfair Display',serif;
}

.section-heading p{
    color:#666;
    line-height:1.8;
}

.historic-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.historic-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.historic-card:hover{
    transform:translateY(-8px);
}

.historic-image{
    display:block;
    overflow:hidden;
}

.historic-image img{
    width:100%;
    aspect-ratio:4/3;
    height:auto;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.historic-card:hover img{
    transform:scale(1.05);
}

.historic-content{
    padding:20px;
}

.historic-category{
    font-size:12px;
    color:#8b1e2d;
    text-transform:uppercase;
    font-weight:700;
}

.historic-content h3{
    margin-top:10px;
    font-size:22px;
    font-family:'Playfair Display',serif;
     display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.historic-footer{
    text-align:center;
    margin-top:50px;
}

.load-more-btn{
    padding:14px 32px;
    border:1px solid #8b1e2d;
    background:#fff;
    color:#8b1e2d;
    border-radius:50px;
    cursor:pointer;
}
.historic-description{
    margin-top:10px;
    color:#6b7280;
    font-size:14px;
    line-height:1.7;
}
.historic-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

/*=========================================
ABOUT SECTION
=========================================*/

.about-section{
    padding:50px 0;
    background:#f8f8f8;
}

.about-section .container{
    max-width:1320px;
    margin:0 auto;
    padding:0 20px;
}

.about-wrapper{
    display:grid;
    grid-template-columns:minmax(0,1fr) 290px;
    gap:60px;
    align-items:start;
}

/*=========================================
LEFT WRAPPER
=========================================*/

.about-left{
    display:grid;
    grid-template-columns:420px minmax(0,1fr);
    gap:50px;
    align-items:start;
}

/*=========================================
IMAGE
=========================================*/

.about-image{
    position:relative;
}

.about-image img{
    width:100%;
    height:350px;
    display:block;
    object-fit:cover;
    border-radius:14px;
    box-shadow:0 20px 60px rgba(0,0,0,.10);
    transition:.4s ease;
}

.about-image:hover img{
    transform:scale(1.02);
}

/*=========================================
CONTENT
=========================================*/

.about-content{
    padding-top:5px;
}

.about-subtitle{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:24px;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    color:#8B1E3F;
    text-transform:uppercase;
}

.about-subtitle::after{
    content:"";
    width:80px;
    height:2px;
    background:#8B1E3F;
}

.about-title{
    font-family:"Playfair Display",serif;
    font-size:35px;
    line-height:1.05;
    color:#111;
    margin:0 0 28px;
    font-weight:700;
}

.about-content p{
    font-size:20px;
    line-height:1.50;
    color:#555;
    margin:0 0 20px;
}

.about-btn{
    display:inline-flex;
    align-items:center;
    gap:14px;
    margin-top:5px;
    padding:10px 30px;
    background:#8B1E3F;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.35s ease;
}

.about-btn span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    transition:.35s;
}

.about-btn:hover{
    background:#6F1732;
    transform:translateY(-3px);
}

.about-btn:hover span{
    transform:translateX(4px);
}

/*=========================================
SIDEBAR
=========================================*/

.about-sidebar{
    display:flex;
    flex-direction:column;
    gap:5px;
    padding-top:12px;
}

/*=========================================
CARD
=========================================*/

.about-card{
    display:flex;
    align-items:center;
    gap:20px;
    min-height:110px;
    padding:24px;
    background:#fff;
    border-radius:18px;
    border:1px solid #ececec;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.35s ease;
}

.about-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

/*=========================================
ICON
=========================================*/

.card-icon{
    width:60px;
    height:60px;
    min-width:60px;
    border-radius:50%;
    background:#111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    transition:.35s ease;
}

.about-card:hover .card-icon{
    background:#8B1E3F;
    transform:rotate(8deg);
}

/*=========================================
TEXT
=========================================*/

.card-content{
    flex:1;
}

.card-content h3{
    margin:0 0 6px;
    font-family:"Playfair Display",serif;
    font-size:25px;
    line-height:1.05;
    color:#111;
    font-weight:700;
}

.card-content p{
    margin:0;
    font-size:17px;
    color:#666;
    line-height:1.6;
}

/*=========================================
SB SUBSCRIBE STRIP
=========================================*/

.sb-subscribe-strip{
    width:100%;
    background:#8B1E3F;
    padding:22px 0;
    margin:0;
}

.sb-subscribe-container{

    max-width:1320px;
    margin:auto;
    padding:0 20px;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;

}

/*========================
LEFT
========================*/

.sb-subscribe-left{

    display:flex;
    align-items:center;
    gap:18px;

}

.sb-subscribe-icon{

    width:62px;
    height:62px;

    border:2px solid rgba(255,255,255,.35);

    display:flex;
    justify-content:center;
    align-items:center;

    flex-shrink:0;

}

.sb-subscribe-icon i{

    font-size:30px;
    color:#fff;

}

.sb-subscribe-text h2{

    margin:0 0 6px;
    color:#fff;

    font-size:28px;
    font-weight:700;
    text-transform:uppercase;

}

.sb-subscribe-text p{

    margin:0;

    color:rgba(255,255,255,.82);

    font-size:16px;

}

/*========================
FORM
========================*/

.sb-subscribe-form{

    display:flex;
    align-items:center;
    width:600px;

}

.sb-subscribe-input{

    flex:1;

    height:52px;

    border:none;
    outline:none;

    padding:0 18px;

    font-size:15px;

    background:#fff;

}

.sb-subscribe-input::placeholder{

    color:#888;

}

.sb-subscribe-btn{

    width:180px;
    height:52px;

    border:none;

    background:#222;

    color:#fff;

    font-size:15px;
    font-weight:700;

    text-transform:uppercase;

    cursor:pointer;

    transition:.3s;

}

.sb-subscribe-btn:hover{

    background:#111;

}
/*=========================
FOOTER SOCIAL
=========================*/

.footer-social-list{

    display:flex;
    gap:12px;
    margin-top:20px;
    flex-wrap:wrap;

}

.footer-social-list a{

    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#252525;

    border:1px solid #333;

    color:#fff;

    border-radius:50%;

    text-decoration:none;

    transition:.3s;

}

.footer-social-list a:hover{

    background:#8B1E3F;
    border-color:#8B1E3F;
    transform:translateY(-3px);

}

.footer-social-list i{

    font-size:17px;

}