
/* v2.0 polish */
@media (max-width:768px){
/* Prevent heading overlap */
h1,h2,.hero-title,.section-title{
overflow-wrap:anywhere;
word-break:keep-all;
line-height:1.12!important;
letter-spacing:-0.02em;
font-size:clamp(34px,8vw,56px)!important;
}
/* Body copy */
p,li{line-height:1.8;}
/* Wide bands */
.hero-band,.title-band,.message-band,.profile-band{
width:min(100%,calc(100% - 16px))!important;
margin-left:auto!important;
margin-right:auto!important;
padding-left:20px!important;
padding-right:20px!important;
box-sizing:border-box;
}
/* Profile */
.profile-section .container,
.profile-section .inner{
max-width:100%!important;
padding-left:20px!important;
padding-right:20px!important;
}
/* Stats/table */
.stats-grid,.join-grid{
box-sizing:border-box;
overflow:visible!important;
border-right:1px solid rgba(255,255,255,.25)!important;
}
.stats-grid>*,
.join-grid>*{
box-sizing:border-box;
border-right:1px solid rgba(255,255,255,.2);
}
.stats-grid>*:last-child,
.join-grid>*:last-child{
border-right:1px solid rgba(255,255,255,.25)!important;
}
/* Font smoothing */
body{
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
}
