/* ============================================================
   VAL CENIS — Ski-pass pre-sale LANDING PAGE
   Single page · mobile-first · conversion-focused
   ============================================================ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg-page); color: var(--fg-1); font-family: var(--font-body); padding-bottom: 0; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1200px, 92vw); margin: 0 auto; }

/* ---------- Buttons ---------- */
.btn { font-weight: 700; font-size: 15px; border: 0; padding: 15px 26px; border-radius: var(--r-pill);
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; letter-spacing: 0.01em;
  transition: transform var(--dur-fast) var(--ease-out), filter var(--dur), box-shadow var(--dur), background var(--dur); }
.btn svg { width: 17px; height: 17px; }
.btn:active { transform: scale(0.97); }
.btn--accent { background: var(--vc-ciel); color: var(--vc-bleu); box-shadow: var(--shadow-ciel); }
.btn--accent:hover { filter: brightness(0.96); box-shadow: 0 18px 40px rgba(97,172,207,0.5); }
.btn--primary { background: var(--vc-bleu); color: #fff; }
.btn--primary:hover { filter: brightness(1.18); box-shadow: var(--shadow-md); }
.btn--white { background: #fff; color: var(--vc-bleu); }
.btn--white:hover { filter: brightness(0.95); }
.btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.55); }
.btn--ghost:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.btn--lg { padding: 17px 32px; font-size: 16px; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.hdr { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,0.9);
  backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); transition: box-shadow var(--dur); }
.hdr.is-stuck { box-shadow: var(--shadow-sm); }
.hdr .wrap { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.hdr__logo img { height: 42px; }
.hdr__right { display: flex; align-items: center; gap: 12px; }
.burger { width: 46px; height: 46px; border: 1.5px solid var(--line-strong); border-radius: var(--r-sm);
  background: #fff; display: flex; align-items: center; justify-content: center; transition: background var(--dur); }
.burger:hover { background: var(--vc-clair); }
.burger svg { width: 24px; height: 24px; color: var(--vc-bleu); }
.hdr__cta-text { display: inline; }

/* ---------- Mobile / anchor menu ---------- */
.msheet { position: fixed; inset: 0; z-index: 100; background: var(--vc-bleu); padding: 26px;
  display: flex; flex-direction: column; transform: translateY(-100%); transition: transform var(--dur-slow) var(--ease-out); }
.msheet.is-open { transform: translateY(0); }
.msheet__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.msheet__top img { height: 46px; }
.msheet__top button { background: transparent; border: 0; color: #fff; }
.msheet__top svg { width: 30px; height: 30px; }
.msheet a { color: #fff; font-size: 25px; font-weight: 700; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.12); display: flex; justify-content: space-between; align-items: center; }
.msheet a svg { width: 20px; height: 20px; color: var(--vc-ciel); }
.msheet__cta { margin-top: 22px; }

/* ---------- Hero (campaign) ---------- */
.hero { position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__veil { position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(0,50,73,0.9) 0%, rgba(0,50,73,0.62) 42%, rgba(0,50,73,0.15) 100%); }
.hero__edge { position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: var(--vc-gradient); z-index: 4; }
.hero .wrap { position: relative; z-index: 2; padding: 70px 0; }
.hero__badge { display: inline-flex; align-items: center; gap: 10px; background: var(--vc-ciel); color: var(--vc-bleu);
  font-weight: 800; font-size: 14px; letter-spacing: 0.02em; padding: 9px 16px 9px 14px; border-radius: var(--r-pill); margin-bottom: 22px; }
.hero__badge b { background: var(--vc-bleu); color: #fff; padding: 3px 9px; border-radius: var(--r-pill); font-size: 13px; }
.hero h1 { color: #fff; font-family: var(--font-display); font-weight: 800; line-height: 0.98;
  letter-spacing: -0.025em; font-size: clamp(2.6rem, 6vw, 4.6rem); margin: 0; max-width: 760px; text-shadow: 0 4px 40px rgba(0,30,45,0.4); }
.hero h1 em { color: var(--vc-ciel); font-style: normal; }
.hero__sub { color: rgba(255,255,255,0.92); font-size: clamp(1rem,2vw,1.3rem); font-weight: 300; max-width: 560px; margin: 22px 0 0; line-height: 1.5; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__urgency { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.85); font-size: 14px; font-weight: 500; margin-top: 22px; }
.hero__urgency svg { width: 17px; height: 17px; color: var(--vc-ciel); }

/* trust strip under hero */
.trust { background: var(--vc-bleu); color: #fff; }
.trust .wrap { display: flex; flex-wrap: wrap; gap: 8px 40px; padding: 16px 0; align-items: center; justify-content: center; }
.trust span { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.86); }
.trust svg { width: 17px; height: 17px; color: var(--vc-ciel); }

/* ---------- Section scaffolding ---------- */
.section { padding: 84px 0; }
.section--tint { background: var(--vc-clair); }
.section__head { max-width: 680px; margin-bottom: 44px; }
.section__head.center { margin-left: auto; margin-right: auto; text-align: center; }
.overline { color: var(--vc-ciel); font-weight: 700; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; }
.section h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 800; letter-spacing: -0.02em;
  color: var(--vc-bleu); margin: 12px 0 0; line-height: 1.05; }
.section h2 em { color: var(--vc-ciel); font-style: normal; }
.section__lead { color: var(--fg-2); font-size: 17px; max-width: 560px; line-height: 1.6; margin: 16px 0 0; }

/* ---------- Selling points masonry ---------- */
.masonry { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 18px; }
.mtile { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; }
.mtile--photo .mphoto { position: absolute; inset: 0; }
.mtile--photo .mphoto img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
.mtile--photo:hover .mphoto img { transform: scale(1.05); }
.mtile--photo .mveil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,50,73,0) 35%, rgba(0,50,73,0.85) 100%); }
.mtile--photo .mc { position: relative; z-index: 2; }
.mtile--photo .mc h3 { color: #fff; }
.mtile--photo .mc p { color: rgba(255,255,255,0.85); }
.mtile--solid { background: var(--vc-bleu); }
.mtile--solid h3, .mtile--solid .mbig { color: #fff; }
.mtile--solid p { color: rgba(255,255,255,0.7); }
.mtile--card { background: #fff; border: 1px solid var(--line); }
.mtile--card h3 { color: var(--vc-bleu); }
.mtile--card p { color: var(--fg-2); }
.mtile__ic { width: 44px; height: 44px; border-radius: var(--r-md); background: var(--vc-clair); color: var(--vc-bleu);
  display: flex; align-items: center; justify-content: center; margin-bottom: auto; }
.mtile--solid .mtile__ic { background: rgba(255,255,255,0.12); color: var(--vc-ciel); }
.mtile__ic svg { width: 22px; height: 22px; }
.mtile h3 { font-size: 19px; font-weight: 800; margin: 14px 0 0; letter-spacing: -0.01em; }
.mtile p { font-size: 13.5px; line-height: 1.5; margin: 6px 0 0; }
.mbig { font-size: 52px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.mbig em { color: var(--vc-ciel); font-style: normal; }
/* spans */
.span-2w { grid-column: span 2; }
.span-2h { grid-row: span 2; }

/* ---------- Piste map ---------- */
.plan { position: relative; border-radius: var(--r-xl); overflow: hidden; min-height: 440px; display: flex; align-items: flex-end; }
.plan img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.plan__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,50,73,0.1) 0%, rgba(0,50,73,0.2) 50%, rgba(0,50,73,0.85) 100%); }
.plan__c { position: relative; z-index: 2; padding: 44px; width: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.plan__c h3 { color: #fff; font-size: 30px; font-weight: 800; margin: 0 0 8px; letter-spacing: -0.02em; }
.plan__c p { color: rgba(255,255,255,0.85); font-size: 16px; margin: 0; max-width: 420px; line-height: 1.5; }
.plan__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.plan__edge { position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: var(--vc-gradient); z-index: 3; }
.plan__pins { position: absolute; inset: 0; z-index: 2; }
.pin { position: absolute; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; gap: 4px; }
.pin__dot { width: 16px; height: 16px; border-radius: 50%; background: var(--vc-ciel); border: 3px solid #fff; box-shadow: var(--shadow-md);
  cursor: pointer; transition: transform var(--dur); }
.pin:hover .pin__dot { transform: scale(1.3); }
.pin__lbl { font-size: 11px; font-weight: 700; color: #fff; background: rgba(0,50,73,0.7); padding: 3px 8px; border-radius: var(--r-pill); white-space: nowrap; opacity: 0; transition: opacity var(--dur); }
.pin:hover .pin__lbl { opacity: 1; }

/* ---------- Station / access ---------- */
.access { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.access__media { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4/3; }
.access__media img { width: 100%; height: 100%; object-fit: cover; }
.access__list { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-direction: column; gap: 4px; }
.access__list li { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.access__list li:last-child { border-bottom: 0; }
.access__list .ai { width: 42px; height: 42px; border-radius: var(--r-md); background: var(--vc-clair); color: var(--vc-bleu);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.access__list .ai svg { width: 21px; height: 21px; }
.access__list b { color: var(--vc-bleu); font-size: 16px; display: block; }
.access__list span { color: var(--fg-2); font-size: 14px; line-height: 1.5; }

/* ---------- Promo highlights ---------- */
.promos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.promo { background: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line); transition: transform var(--dur) var(--ease-out), box-shadow var(--dur); display: flex; flex-direction: column; }
.promo:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.promo__img { position: relative; aspect-ratio: 16/10; }
.promo__img img { width: 100%; height: 100%; object-fit: cover; }
.promo__tag { position: absolute; top: 14px; left: 14px; background: var(--vc-ciel); color: var(--vc-bleu);
  font-size: 12px; font-weight: 800; padding: 6px 12px; border-radius: var(--r-pill); }
.promo__b { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.promo__b h3 { font-size: 19px; font-weight: 800; color: var(--vc-bleu); margin: 0; letter-spacing: -0.01em; }
.promo__b p { font-size: 14px; color: var(--fg-2); margin: 0; line-height: 1.55; flex: 1; }
.promo__b a { color: var(--vc-bleu); font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 7px; margin-top: 4px; }
.promo__b a svg { width: 16px; height: 16px; transition: transform var(--dur); }
.promo__b a:hover svg { transform: translateX(4px); }

/* ---------- Big conversion band ---------- */
.cband { position: relative; overflow: hidden; background: var(--vc-bleu); }
.cband::after { content:""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: var(--vc-gradient); }
.cband .wrap { padding: 76px 0; text-align: center; position: relative; z-index: 2; }
.cband h2 { color: #fff; font-size: clamp(2rem,4vw,3.2rem); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 14px; line-height: 1.04; }
.cband h2 em { color: var(--vc-ciel); font-style: normal; }
.cband p { color: rgba(255,255,255,0.8); font-size: 18px; margin: 0 auto 30px; max-width: 520px; line-height: 1.55; }
.cband__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.foot { background: #06222F; color: #fff; padding: 64px 0 28px; }
.foot__links { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; margin-bottom: 44px; }
.foot__logo img { height: 70px; margin-bottom: 16px; }
.foot__about { color: rgba(255,255,255,0.58); font-size: 14px; line-height: 1.6; max-width: 300px; }
.foot__official { display: flex; flex-direction: column; gap: 12px; }
.foot__off { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--r-md); transition: background var(--dur), border-color var(--dur); }
.foot__off:hover { background: rgba(255,255,255,0.06); border-color: var(--vc-ciel); }
.foot__off .fi { width: 40px; height: 40px; border-radius: var(--r-sm); background: var(--vc-ciel); color: var(--vc-bleu);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.foot__off .fi svg { width: 20px; height: 20px; }
.foot__off .fl b { display: block; font-size: 15px; color: #fff; }
.foot__off .fl span { font-size: 13px; color: rgba(255,255,255,0.55); }
.foot h4 { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vc-ciel); margin: 0 0 16px; }
.foot ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.foot ul a { color: rgba(255,255,255,0.7); font-size: 14px; transition: color var(--dur); }
.foot ul a:hover { color: #fff; }
.foot__bottom { border-top: 1px solid rgba(255,255,255,0.14); padding-top: 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; color: rgba(255,255,255,0.5); font-size: 13px; flex-wrap: wrap; }
.foot__social { display: flex; gap: 12px; }
.foot__social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center; transition: background var(--dur), border-color var(--dur); }
.foot__social a:hover { background: var(--vc-ciel); border-color: var(--vc-ciel); }
.foot__social svg { width: 17px; height: 17px; color: #fff; }
.foot__social a:hover svg { color: var(--vc-bleu); }

/* ---------- Persistent sticky CTA (mobile) ---------- */
.stickycta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px); border-top: 1px solid var(--line); box-shadow: 0 -6px 24px rgba(0,50,73,0.1);
  padding: 10px 16px; display: none; align-items: center; justify-content: space-between; gap: 12px; }
.stickycta__txt b { display: block; font-size: 14px; color: var(--vc-bleu); font-weight: 800; }
.stickycta__txt span { font-size: 12px; color: var(--fg-3); }

/* ---------- Responsive (mobile-first refinements) ---------- */
@media (max-width: 980px) {
  .masonry { grid-template-columns: repeat(2, 1fr); }
  .access { grid-template-columns: 1fr; gap: 26px; }
  .promos { grid-template-columns: 1fr; }
  .foot__links { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .hdr__cta-text { display: none; }
  .masonry { grid-template-columns: 1fr; grid-auto-rows: 190px; }
  .span-2w, .span-2h { grid-column: span 1; grid-row: span 1; }
  .stickycta { display: flex; }
  body { padding-bottom: 74px; }
  .hero { min-height: 580px; }
  .plan__c { padding: 26px; }
}
