
/*
Theme Name: Mad Max Films Holding Page v4
Version: 4.0
*/

:root{
  --bg:#ffffff;
  --text:#000000;
  --muted:rgba(0,0,0,0.65);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}
a{text-decoration:none;color:inherit}

.mmf-site{min-height:100vh;display:flex;flex-direction:column;padding:24px}

.mmf-header{display:flex;justify-content:space-between;font-size:.7rem;letter-spacing:.28em;text-transform:uppercase}

.mmf-hero{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:40px 0}

.mmf-title{font-size:clamp(3rem,10vw,7rem);font-weight:900;line-height:.85;letter-spacing:-.06em}
.mmf-title .films{display:block;margin-top:10px;font-size:1.2rem;letter-spacing:.55em}

.mmf-copy{margin-top:24px;max-width:700px;color:var(--muted);line-height:1.8;margin-left:auto;margin-right:auto}

.mmf-button{padding:12px 20px;border-radius:999px;border:1px solid #000;text-transform:uppercase;font-size:.7rem;letter-spacing:.2em;margin:6px}
.mmf-button:hover{background:#000;color:#fff}

.mmf-button.secondary{
  border-color:rgba(0,0,0,0.2);
}
.mmf-button.secondary:hover{
  border-color:#000;
  background:transparent;
  color:#000;
}

.mmf-banner{
  margin:60px auto;
  max-width:700px;
  background:#000;
  color:#fff;
  padding:30px;
  border-radius:24px;
  text-align:center;
}

.mmf-banner p{
  color:#ffffff; /* FIX: ensure visible on black */
}

.mmf-film-title{
  font-size:clamp(2rem,6vw,4rem);
  font-weight:900;
  margin-top:8px;
}
