
:root{
  color-scheme:dark;
  --bg:#050505;
  --bg2:#0a0b10;
  --panel:#0f1118;
  --line:rgba(255,255,255,.11);
  --text:#f7f7f8;
  --muted:#a5acbb;
  --orange:#ff7917;
  --orange2:#ff9a2e;
  --blue:#34c1ff;
  --green:#38dc80;
  --pink:#ff3dad;
  --max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:radial-gradient(circle at 50% 0,rgba(255,121,23,.09),transparent 27rem),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.lang-en{display:none!important}
html.lang-en-active .lang-fr{display:none!important}
html.lang-en-active .lang-en{display:revert!important}
.site-header{position:sticky;top:0;z-index:50;height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(18px,4vw,62px);background:rgba(3,3,3,.86);border-bottom:1px solid var(--line);backdrop-filter:blur(15px)}
.brand{justify-self:start}.brand img{width:160px;height:auto}
.main-nav{display:flex;gap:30px;font-size:14px;font-weight:700;color:#d7d9df}.main-nav a{transition:.2s}.main-nav a:hover{color:var(--orange)}
.lang-switch{justify-self:end;display:flex;border:1px solid var(--line);border-radius:999px;padding:3px;background:#0b0b0c}
.lang-switch button{border:0;border-radius:999px;background:transparent;color:#aab0ba;font-weight:800;padding:8px 11px;cursor:pointer}.lang-switch button.active{background:var(--orange);color:#080808}
.hero{max-width:1920px;margin:0 auto;position:relative;overflow:hidden;border-bottom:1px solid var(--line)}
.hero::after{content:"";position:absolute;inset:auto 0 0;height:18%;background:linear-gradient(transparent,var(--bg));pointer-events:none}
.hero-picture{display:block;width:100%}
.hero-image{display:block;width:100%;height:auto}
.hero-en{display:none}
html.lang-en-active .hero-fr{display:none}
html.lang-en-active .hero-en{display:block}
.intro-strip{max-width:1100px;margin:0 auto;padding:78px 24px 30px;text-align:center}
.eyebrow{margin:0 0 10px;color:var(--orange);font-size:13px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
h1,h2,h3{line-height:1.12;margin-top:0}
.intro-strip h1{font-size:clamp(28px,4.1vw,58px);margin-bottom:16px;letter-spacing:-.035em}
.tagline{font-size:clamp(19px,2vw,27px);color:var(--muted);margin:0}
.section{max-width:var(--max);margin:0 auto;padding:90px clamp(22px,5vw,72px)}
.about{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:70px;align-items:center}
.about-logo-wrap{min-height:360px;border:1px solid var(--line);border-radius:32px;display:grid;place-items:center;background:#000;box-shadow:0 25px 70px rgba(0,0,0,.5);overflow:hidden}
.about-logo{width:min(78%,360px);border-radius:0;background:#000}
.about-copy h2,.stores h2,.contact-cta h2{font-size:clamp(30px,3.5vw,50px);letter-spacing:-.035em;margin-bottom:26px}
.about-copy p{font-size:18px;color:#cbd0da;max-width:790px}
.about-copy p:last-child{margin-bottom:0}
.stores{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-heading{text-align:center;max-width:850px;margin:0 auto 42px}
.store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:850px;margin:0 auto}
.store-card{min-height:132px;display:flex;align-items:center;justify-content:center;gap:22px;padding:22px 28px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:#050505;box-shadow:0 20px 40px rgba(0,0,0,.35)}
.store-card-google{flex-direction:column;gap:8px}
.store-card-apple{justify-content:center}
.store-logo{display:block;object-fit:contain}
.store-logo-google{width:min(100%,300px);max-height:92px}
.store-logo-apple{width:82px;height:82px;flex:0 0 82px}
.store-label small{display:block;color:#aeb5c2;font-size:13px;margin-bottom:2px}.store-label strong{font-size:28px;letter-spacing:-.02em}
.store-coming-soon{color:#aeb5c2;font-size:13px;font-weight:700;letter-spacing:.03em}
.store-note{text-align:center;color:var(--muted);font-size:14px;margin:24px 0 0}
.contact-cta{display:flex;align-items:end;justify-content:space-between;gap:30px}
.contact-cta h2{margin-bottom:0}.primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;background:var(--orange);color:#0a0a0a;font-weight:900;box-shadow:0 0 34px rgba(255,121,23,.23)}
.site-footer{border-top:1px solid var(--line);max-width:var(--max);margin:0 auto;padding:52px clamp(22px,5vw,72px) 32px;display:grid;grid-template-columns:1fr 2fr;gap:35px}
.footer-brand img{width:150px}.footer-brand p,.copyright{color:var(--muted);font-size:13px}.footer-links{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:flex-end;gap:14px 24px;font-size:13px;color:#ccd0d9}.footer-links a:hover{color:var(--orange)}
.copyright{grid-column:1/-1;padding-top:22px;border-top:1px solid var(--line);margin:0}
.legal-main{max-width:1180px;margin:0 auto;padding:70px 24px 100px}.legal-hero{text-align:center;max-width:900px;margin:0 auto 36px}.legal-hero h1{font-size:clamp(34px,5vw,64px);letter-spacing:-.04em;margin-bottom:12px}.legal-hero>p:last-child{color:var(--muted)}
.legal-card{border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,rgba(20,21,28,.95),rgba(8,8,10,.98));padding:clamp(24px,5vw,60px);box-shadow:0 30px 80px rgba(0,0,0,.4)}
.legal-intro{padding:0 0 32px;border-bottom:1px solid var(--line);margin-bottom:40px}.legal-section{padding:0 0 42px;margin:0 0 42px;border-bottom:1px solid var(--line)}.legal-section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.legal-section h2{font-size:clamp(23px,3vw,34px);letter-spacing:-.025em;margin-bottom:24px;color:#fff}.legal-copy{color:#c8cdd7}.legal-copy p{margin:0 0 18px}.legal-copy ul{margin:4px 0 22px;padding-left:24px}.legal-copy li{margin:8px 0}.legal-copy h3{font-size:18px;color:var(--orange2);margin:28px 0 12px}
@media (max-width:900px){
  .site-header{grid-template-columns:1fr auto;height:72px}.brand img{width:135px}.main-nav{display:none}
  .about{grid-template-columns:1fr;gap:34px}.about-logo-wrap{min-height:260px}.section{padding-top:66px;padding-bottom:66px}
  .store-grid{grid-template-columns:1fr}.contact-cta{align-items:flex-start;flex-direction:column}.site-footer{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.copyright{grid-column:1}
}
@media (max-width:560px){
  .site-header{padding-inline:16px}.brand img{width:118px}.lang-switch button{padding:7px 9px}
  .hero{margin-top:0}
  .hero-image{width:100%;max-width:none}
  .hero-picture.hero-fr .hero-image{object-fit:cover}
  .intro-strip{padding-top:48px}.intro-strip h1{font-size:31px}.section{padding-inline:20px}.about-logo-wrap{border-radius:24px;min-height:210px}.about-copy p{font-size:16px}
  .store-card{padding:18px;gap:16px;min-height:116px}.store-label strong{font-size:23px}.store-logo-google{width:min(100%,270px)}.store-logo-apple{width:68px;height:68px;flex-basis:68px}
  .legal-main{padding-top:46px}.legal-card{border-radius:20px;padding:24px 20px}.legal-section{padding-bottom:30px;margin-bottom:30px}
}
