body{
font-family:'Cinzel', serif;
background:#0a0a0a;
color:white;
}

h1,h2,h3{
font-family:'UnifrakturCook', cursive;
letter-spacing:2px;
text-shadow:0 0 8px rgba(230,57,70,0.6);
}


/* HERO */

.about-hero{
padding:120px 10%;
text-align:center;
background:#050505;
}

.about-hero h2{
font-size:40px;
margin-bottom:10px;
color:#e63946;
text-shadow:0 0 10px red;
}

.about-hero p{
color:#aaa;
font-size:18px;
}


/* STORY SECTION */

.about-story{
padding:80px 10%;
background:#111;
}

.story-container{
display:flex;
gap:60px;
flex-wrap:wrap;
max-width:1100px;
margin:auto;
align-items:flex-start;
}

.story-text{
flex:2;
line-height:1.7;
}

.story-text h2{
margin-bottom:15px;
color:#e63946;
}

.story-highlight{
flex:1;
background:#000;
padding:30px;
border-radius:10px;
border:2px solid #e63946;
box-shadow:0 0 15px rgba(230,57,70,0.3);
}

.story-highlight h3{
margin-bottom:15px;
}

.story-highlight ul{
padding-left:18px;
line-height:1.7;
}

.story-highlight li{
margin-bottom:6px;
}


/* PHILOSOPHY */

.philosophy{
padding:80px 10%;
text-align:center;
background:#050505;
max-width:900px;
margin:auto;
}

.philosophy h2{
font-size:32px;
margin-bottom:20px;
color:#e63946;
text-shadow:0 0 10px red;
}

.philosophy p{
line-height:1.7;
color:#bbb;
margin-bottom:15px;
}


/* VISIT */

.visit{
padding:100px 10%;
text-align:center;
background:#111;
}

.visit h2{
color:#e63946;
text-shadow:0 0 10px red;
}

.visit p{
margin-top:10px;
margin-bottom:25px;
color:#bbb;
}

.visit-btn{
display:inline-block;
padding:12px 28px;
background:#e63946;
color:white;
text-decoration:none;
border-radius:6px;
font-weight:bold;
transition:.3s;
}

.visit-btn:hover{
background:#ff4d5a;
transform:translateY(-2px);
box-shadow:0 0 10px red;
}