:root{
  --night:#101828;
  --yellow:#fefe9b;
  --cream:#fff9d7;
  --paper:#fffdf2;
  --ink:#101828;
  --beige:#d9ca9e
  --muted:#5f6472;
  --glass:rgba(255,255,255,.72);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--paper);color:var(--ink)}
a{color:inherit}

.topbar{position:fixed;top:0;left:0;right:0;z-index:20;height:2px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1px clamp(18px,4vw,56px);background:rgba(255,253,242,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,24,40,.08)}

.brand{display:flex;align-items:center;width:150px}
.brand img{width:120px;display:block;border-radius:18px;box-shadow:0 14px 30px rgba(16,24,40,.16)}

.social-links{justify-self:end;display:flex;gap:14px;align-items:center}
.social-links img{width:38px;height:38px;display:block;transition:transform .18s ease}
.social-links a:hover img{transform:translateY(-2px) scale(1.05)}


.mini-player iframe {
    width: 180px;
    height: 200px;
    border: none;
}

.mini-player{width:333px;height:223px;overflow:hidden;border-radius:5px;background:var(--yellow);box-shadow:0 18px 35px rgba(16,24,40,.18);position:relative;top:20px}
.mini-player iframe{width:675px;height:450px;border:1;transform:scale(.49);transform-origin:top left;position:absolute;left:1px;top:1px;border-radius:10px}

.hero{min-height:110vh;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:150px 22px 90px;background:url('./assets/foule-desat.jpg') center/cover no-repeat;isolation:isolate}

.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,24,40,.35) 0%,rgba(16,24,40,.2) 40%,rgba(255,253,242,.94) 100%);z-index:-1}

.hero-content{max-width:920px;color:#fff;text-shadow:0 14px 45px rgba(16,24,40,.5)}

.eyebrow,

.small-title{margin:0 0 16px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;font-size:13px;color:var(--yellow)}h1{margin:0;text-transform:uppercase;font-size:clamp(46px,9vw,118px);line-height:.9;letter-spacing:-.07em} 

.subtitle{max-width:720px;margin:28px auto 0;font-size:clamp(18px,2.4vw,28px);line-height:1.35;font-weight:600}

.hero-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:36px}

.primary,

.secondary{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;border-radius:999px;text-decoration:none;font-weight:900}

.primary{background:var(--yellow);color:var(--night);box-shadow:0 18px 40px rgba(16,24,40,.24)}

.secondary{background:rgba(255,255,255,.18);color:#fff;border:1px solid rgba(255,255,255,.45);backdrop-filter:blur(10px)}

.download-section{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center;max-width:720px;margin:-60px auto 0;padding:25px clamp(24px,5vw,72px);position:relative;z-index:5;background:var(--paper);border-radius:34px;box-shadow:0 30px 80px rgba(16,24,40,.14)}

.section-copy h2,

.about-card h2{margin:0 0 18px;font-size:clamp(14px,5vw,24px);line-height:.98;letter-spacing:-.05em;color:var(--night)}

.section-copy p:not(.small-title),

.about-card p:not(.small-title){font-size:15px;line-height:1.6;color:var(--muted);margin:0}

.store-buttons{display:flex;flex-direction:column;gap:16px;align-items:flex-end}
.store-buttons img{width:190px;max-width:100%;display:block;transition:transform .18s ease}
.store-buttons a:hover img{transform:translateY(-2px)}

.about-section{padding:50px 24px;background:linear-gradient(180deg,var(--beige),#eef5ef)}

.about-card{max-width:900px;margin:0 auto;background:var(--night);color:#fff;border-radius:26px;padding:clamp(34px,6vw,7px);box-shadow:0 28px 80px rgba(16,24,40,.18)}

.about-card h2{color:var(--yellow)}
.about-card p:not(.small-title){color:rgba(255,255,255,.82);margin-top:18px}
.about-card .small-title{color:var(--yellow)}

footer{display:flex;align-items:center;justify-content:center;gap:18px;padding:34px 20px;background:var(--night);color:rgba(255,255,255,.72);text-align:center}footer img{width:78px;border-radius:14px}
@media (max-width:760px){.topbar{height:auto;grid-template-columns:1fr auto;gap:12px;padding:12px 16px}.brand{width:auto}.brand img{width:92px}.mini-player{grid-column:1/3;grid-row:2;justify-self:center;width:178px}.social-links img{width:34px;height:34px}.hero{padding-top:168px;min-height:88vh}.download-section{grid-template-columns:1fr;margin:0 16px;padding:36px 24px}.store-buttons{align-items:flex-start}.section-copy p:not(.small-title),.about-card p:not(.small-title){font-size:17px}footer{flex-direction:column}}
