body{
margin:0;
font-family:'Inter', sans-serif;
background:#ffffff;
color:#111;
}

.poster{
max-width:420px;
margin:auto;
padding:30px 20px 40px;
text-align:center;
}

.logo{
display:block;
margin:0 auto 20px;
width:auto;          /* KEY: no scaling */
height:auto;
max-width:100%;      /* prevents overflow only */
}

/* DIVIDERS */
.divider{
width:100%;
height:1px;
background:#ddd;
margin:20px 0;
}

.divider.small{
width:60px;
margin:15px auto;
}

/* TYPOGRAPHY */
h1{
font-family:'Playfair Display', serif;
font-size:32px;
letter-spacing:1px;
margin:10px 0;
}

.date,.time{
font-size:14px;
letter-spacing:1px;
margin:4px 0;
}

.location{
font-size:14px;
line-height:1.5;
}

.highlight{
font-weight:600;
color:#8f2d24;
margin-top:10px;
}

.sub{
font-size:14px;
margin:5px 0;
}

.handle{
margin-top:15px;
font-size:13px;
opacity:.6;
}

/* COUNTDOWN */
.countdown{
display:flex;
justify-content:center;
gap:10px;
margin:20px 0;
}

.countdown div{
padding:10px 8px;
border:1px solid #eee;
border-radius:8px;
min-width:50px;
}

.countdown span{
font-weight:600;
display:block;
}

/* BUTTON */
.btn{
display:inline-block;
margin-top:15px;
padding:12px 18px;
background:#8f2d24;
color:white;
text-decoration:none;
border-radius:8px;
font-size:13px;
}

/* MOBILE */
@media(max-width:480px){
.poster{
padding:20px 15px 30px;
}
h1{font-size:28px;}
}
