.st-header {
background: #ffffff;
border-bottom: 1px solid #eee6dc;
padding: 12px 0 10px;
width: 100%;
}
.st-wrap {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.st-topbar {
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
margin-bottom: 10px;
}
.st-brand-wrap {
display: flex;
align-items: center;
gap: 14px;
text-decoration: none;
}
.st-brand-logo {
width: 64px;
height: 64px;
object-fit: contain;
background: transparent;
flex-shrink: 0;
}
.st-brand-text {
display: flex;
flex-direction: column;
justify-content: center;
}
.st-brand-title {
font-size: 26px;
font-weight: 600;
color: #4A0E1A;
line-height: 1.1;
font-family: 'Playfair Display', serif;
letter-spacing: 0.5px;
margin: 0;
}
.st-brand-tagline {
font-size: 13px;
color: #8a7f75;
margin-top: 4px;
font-family: 'Poppins', sans-serif;
line-height: 1.4;
}
.st-icons {
display: flex;
align-items: center;
gap: 18px;
font-size: 20px;
}
.st-icons a {
text-decoration: none;
color: #3b2a22;
line-height: 1;
}
.st-icons a:hover {
color: #4A0E1A;
}
.st-nav {
display: flex;
justify-content: center;
align-items: center;
gap: 32px;
flex-wrap: wrap;
padding: 10px 0 4px;
}
.st-nav a {
text-decoration: none;
color: #2b2b2b;
font-size: 16px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
position: relative;
}
.st-nav a:hover {
color: #4A0E1A;
}
.st-nav a::after {
content: "";
position: absolute;
left: 0;
bottom: -4px;
width: 0%;
height: 2px;
background: #4A0E1A;
transition: 0.3s;
}
.st-nav a:hover::after {
width: 100%;
}
@media (max-width: 991px) {
.st-topbar {
flex-direction: column;
text-align: center;
}
.st-brand-wrap {
justify-content: center;
}
.st-icons {
justify-content: center;
}
.st-nav {
gap: 16px;
}
.st-brand-title {
font-size: 22px;
}
}

Inspired by Tradition, Crafted for Today.


