/*
Theme Name: Escape To Death — Onepage
Theme URI: https://voone.fr/
Author: VOONEPROD
Author URI: https://voone.fr/
Description: Thème onepage léger pour Escape To Death. Sections configurables + fonds par section.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: escape-to-death-onepage
*/

:root{
  --bg:#0b0f14;
  --panel:#0f1620;
  --text:#e9eef6;
  --muted:#b7c3d6;
  --line:rgba(255,255,255,.12);
  --accent:#ff3b3b;
  --accent2:#ffb703;
  --radius:18px;
  --shadow: 0 10px 40px rgba(0,0,0,.45);
  --max: 1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color:var(--text);
  background: radial-gradient(1200px 800px at 20% 10%, rgba(255,59,59,.12), transparent 60%),
              radial-gradient(900px 700px at 80% 20%, rgba(255,183,3,.10), transparent 55%),
              var(--bg);
  line-height:1.5;
}

a{color:inherit}
img{max-width:100%; height:auto; display:block}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}

.site-header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(11,15,20,.65);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:12px;
}
.brand{
  display:flex; align-items:center; gap:10px;
  text-decoration:none;
}
.brand-mark{
  width:36px; height:36px; border-radius:12px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 10px 26px rgba(255,59,59,.18);
}
.brand-name{font-weight:800; letter-spacing:.2px}
.nav-links{display:flex; gap:14px; flex-wrap:wrap}
.nav-links a{
  text-decoration:none;
  color:var(--muted);
  font-weight:600;
  padding:8px 10px;
  border-radius:12px;
}
.nav-links a:hover{background: rgba(255,255,255,.06); color:var(--text)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:14px 18px;
  border-radius:14px;
  background: linear-gradient(135deg, var(--accent), #ff6a3b);
  color:white;
  font-weight:800;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
  transform: translateZ(0);
}
.btn:hover{filter:saturate(1.15)}
.btn.secondary{
  background: rgba(255,255,255,.08);
  color:var(--text);
  box-shadow:none;
}

.section{
  position:relative;
  padding:70px 0;
}
.section .bg{
  position:absolute; inset:0;
  background-size:cover;
  background-position:center;
  opacity:.28;
  filter: saturate(1.1) contrast(1.05);
}
.section::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(to bottom, rgba(11,15,20,.92), rgba(11,15,20,.80));
}
.section > .container{position:relative}

.hero{
  padding:72px 0 64px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:stretch;
}
@media(max-width: 920px){
  .hero-grid{grid-template-columns:1fr; }
}

.card{
  background: rgba(15,22,32,.72);
  border:1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.hero-copy{
  padding:26px;
}
.kicker{
  display:inline-flex;
  gap:8px;
  align-items:center;
  font-weight:800;
  color: rgba(255,255,255,.92);
  padding:7px 10px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  margin-bottom:14px;
}
h1{
  margin:0 0 12px 0;
  font-size: 44px;
  line-height:1.05;
  letter-spacing:-.6px;
}
@media(max-width: 520px){
  h1{font-size: 36px;}
}
.lead{
  color: var(--muted);
  font-size: 16px;
  margin:0 0 18px 0;
}
.hero-ctas{display:flex; gap:12px; flex-wrap:wrap}
.hero-cta-spacer{height: var(--cta-offset, 0px);}

.media{
  position:relative;
  min-height: 330px;
}
.media iframe, .media video, .media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.media::after{
  content:"";
  position:absolute; inset:0;
  background: radial-gradient(600px 300px at 25% 15%, rgba(255,59,59,.18), transparent 60%),
              linear-gradient(to top, rgba(11,15,20,.65), transparent 55%);
  pointer-events:none;
}

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
}
@media(max-width: 820px){
  .split{grid-template-columns:1fr}
}
.padded{padding:22px}
h2{margin:0 0 10px 0; font-size: 28px; letter-spacing:-.3px}
p{margin:0 0 12px 0; color:var(--muted)}
.list{
  display:grid; gap:10px; margin:0; padding-left:18px; color:var(--muted)
}
.badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.badge{
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.90);
  padding:8px 10px;
  border-radius:999px;
  font-weight:700;
  font-size: 13px;
}

.form{
  display:grid; gap:12px;
}
.field{
  display:grid; gap:6px;
}
label{font-weight:700; color: rgba(255,255,255,.92)}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.22);
  color: var(--text);
  outline:none;
}
textarea{min-height: 120px; resize: vertical}

.notice{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--muted);
  font-size: 14px;
}

.site-footer{
  border-top:1px solid var(--line);
  padding:24px 0;
  color: var(--muted);
}
.small{font-size: 13px}
