/* =====================================================================
   CAB-prevention — Motion layer (v2)
   Couche d'animation par-dessus le design system existant.
   Zéro dépendance, dégradation propre, prefers-reduced-motion respecté.
   ===================================================================== */

:root {
  --grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/></svg>");
}

/* ---------- Barre de progression de lecture ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; z-index: 300;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  transform-origin: 0 50%;
  transform: scaleX(0);
  pointer-events: none;
}

/* ---------- Hero : aurora + grain ---------- */
.hero .aurora { position: absolute; inset: -10%; z-index: -1; pointer-events: none; }
.hero .aurora i {
  position: absolute; border-radius: 50%;
  filter: blur(70px); opacity: .5;
  will-change: transform;
}
.hero .aurora i:nth-child(1) {
  width: 46vw; height: 46vw; right: -8%; top: -18%;
  background: radial-gradient(circle, rgba(255,106,26,.35), transparent 65%);
  animation: orbitA 16s ease-in-out infinite alternate;
}
.hero .aurora i:nth-child(2) {
  width: 34vw; height: 34vw; left: -10%; top: 24%;
  background: radial-gradient(circle, rgba(91,155,255,.30), transparent 65%);
  animation: orbitB 20s ease-in-out infinite alternate;
}
.hero .aurora i:nth-child(3) {
  width: 26vw; height: 26vw; left: 34%; bottom: -28%;
  background: radial-gradient(circle, rgba(245,184,58,.28), transparent 65%);
  animation: orbitC 24s ease-in-out infinite alternate;
}
@keyframes orbitA { to { transform: translate(-7%, 9%) scale(1.12); } }
@keyframes orbitB { to { transform: translate(9%, -7%) scale(1.08); } }
@keyframes orbitC { to { transform: translate(-6%, -10%) scale(1.15); } }

.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image: var(--grain);
  opacity: .045;
  pointer-events: none;
}

/* ---------- Hero : titre mot à mot ---------- */
.hero h1 .w {
  display: inline-block;
  opacity: 0;
  transform: translateY(.55em) rotate(1.5deg);
  animation: wordIn .75s var(--ease-out) both;
}
@keyframes wordIn {
  to { opacity: 1; transform: translateY(0) rotate(0); }
}

/* ---------- Boutons : reflet au survol ---------- */
.btn { overflow: hidden; }
.btn-primary::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(115deg, transparent 32%, rgba(255,255,255,.38) 50%, transparent 68%);
  transform: translateX(-130%);
  pointer-events: none;
}
.btn-primary:hover::after { animation: sheen .85s var(--ease-out) forwards; }
@keyframes sheen { to { transform: translateX(130%); } }

/* ---------- Téléphone « vivant » : le patient remplit, le médecin reçoit ---------- */
.mockup-phone { transition: transform .3s var(--ease-out); will-change: transform; }

.hero-visual.live .qrow .qcheck { transform: scale(0); }
.hero-visual.live .qrow.done .qcheck { animation: checkPop .5s var(--ease-out) forwards; }
@keyframes checkPop {
  0%   { transform: scale(0) rotate(-35deg); }
  65%  { transform: scale(1.3) rotate(4deg); }
  100% { transform: scale(1) rotate(0); }
}
.hero-visual.live .qrow .pill.is-on {
  background: var(--surface-cream); color: var(--muted); border-color: var(--line);
  transition: background .35s, color .35s, border-color .35s;
}
.hero-visual.live .qrow.done .pill.is-on {
  background: var(--brand-wash); color: var(--brand-deep); border-color: var(--brand-pale);
}
.hero-visual.live .qrow { transition: border-color .35s, box-shadow .35s; }
.hero-visual.live .qrow.done { border-color: var(--brand-pale); box-shadow: 0 4px 14px rgba(255,106,26,.10); }

.mockup-screen .submit-btn { transition: transform .3s, box-shadow .3s; }
.submit-btn.sending { animation: sendPulse .85s ease-in-out infinite; }
@keyframes sendPulse {
  50% { transform: scale(1.05); box-shadow: 0 10px 26px rgba(255,106,26,.55); }
}
.mockup-card-1.pop { animation: cardPop .7s var(--ease-out); }
@keyframes cardPop {
  0%   { transform: scale(.5) translateY(14px); opacity: 0; }
  60%  { transform: scale(1.1) translateY(-4px); opacity: 1; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}

/* ---------- Ruban défilant (marquee) ---------- */
.ribbon {
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  padding: .85rem 0;
  transform: rotate(-1.2deg) scale(1.03);
  box-shadow: var(--sh-lg);
  position: relative; z-index: 2;
}
.ribbon-track {
  display: flex; width: max-content;
  animation: ribbonMove 30s linear infinite;
}
.ribbon:hover .ribbon-track { animation-play-state: paused; }
.ribbon-track > span {
  display: flex; align-items: center; gap: 2.25rem;
  padding-right: 2.25rem;
  font-family: var(--font-display);
  font-weight: 800; font-size: .82rem;
  letter-spacing: .14em; text-transform: uppercase;
  white-space: nowrap;
}
.ribbon-track i {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--brand); flex: none;
  box-shadow: 0 0 0 4px rgba(255,106,26,.18);
}
@keyframes ribbonMove { to { transform: translateX(-50%); } }

/* ---------- Chiffres clés : dégradé ---------- */
.trust-strip .stat b span {
  background: linear-gradient(120deg, var(--ink) 40%, var(--brand));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ---------- Cartes : inclinaison 3D (pilotée par motion.js) ---------- */
.tilt {
  transform: perspective(950px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(var(--ty, 0));
  transition: transform .2s ease-out, box-shadow var(--t-base), border-color var(--t-base);
  will-change: transform;
}

/* Halo dégradé qui suit la souris sur les cartes solutions */
.solution-card { position: relative; }
.solution-card::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), rgba(255,106,26,.10), transparent 70%);
  opacity: 0; transition: opacity var(--t-base);
  pointer-events: none;
}
.solution-card:hover::after { opacity: 1; }
.solution-card:hover .ic svg { animation: iconPop .5s var(--ease-out); }
@keyframes iconPop {
  40% { transform: scale(1.25) rotate(-8deg); }
  100% { transform: scale(1) rotate(0); }
}

/* ---------- Étapes : pulsation + pointillés animés ---------- */
.how-step .stepnum { animation: stepPulse 3.2s ease-in-out infinite; }
.how-step:nth-child(2) .stepnum { animation-delay: 1s; }
.how-step:nth-child(3) .stepnum { animation-delay: 2s; }
@keyframes stepPulse {
  0%, 100% { box-shadow: var(--sh-brand-strong), 0 0 0 8px rgba(255,106,26,.10); }
  50%      { box-shadow: var(--sh-brand-strong), 0 0 0 16px rgba(255,106,26,.04); }
}
.how-step::after { animation: dashMove 1.3s linear infinite; }
@keyframes dashMove { to { background-position: 16px 0; } }

/* ---------- Dashboard médecin vivant ---------- */
.dash-row.enter { animation: rowIn .6s var(--ease-out); }
@keyframes rowIn {
  from { opacity: 0; transform: translateY(-10px) scale(.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.dash-tile b.bump { animation: tileBump .45s var(--ease-out); }
@keyframes tileBump {
  40% { transform: scale(1.18); color: var(--brand); }
}
.dash-mock .lock svg { animation: lockBlink 2.4s ease-in-out infinite; }
@keyframes lockBlink { 50% { opacity: .35; } }

/* ---------- Multilingue : rotateur de salutations + chips flottantes ---------- */
.greeting {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--ink);
  margin-bottom: 1.5rem;
  min-height: 1.35em;
  line-height: 1.3;
}
.greeting .greet-word {
  display: inline-block;
  opacity: 1; transform: translateY(0);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.greeting .greet-word.is-out { opacity: 0; transform: translateY(-14px); }
.greeting .greet-word.is-in  { opacity: 0; transform: translateY(14px); transition: none; }
.lang-chip { animation: chipFloat 5.5s ease-in-out infinite; animation-delay: var(--d, 0s); }
@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}
.lang-chip:hover { animation-play-state: paused; }

/* ---------- Témoignages : étoiles scintillantes ---------- */
.testimonial .stars svg { transform-origin: center; animation: twinkle 2.8s ease-in-out infinite; }
.testimonial .stars svg:nth-child(2) { animation-delay: .25s; }
.testimonial .stars svg:nth-child(3) { animation-delay: .5s; }
.testimonial .stars svg:nth-child(4) { animation-delay: .75s; }
.testimonial .stars svg:nth-child(5) { animation-delay: 1s; }
@keyframes twinkle { 50% { transform: scale(.82); opacity: .65; } }

/* ---------- Bandeau CTA : halo tournant + bouton pulsé ---------- */
.cta-band { isolation: isolate; }
.cta-band::after {
  content: ""; position: absolute; inset: -40%;
  background: conic-gradient(from 0deg,
    transparent 0deg 300deg,
    rgba(255,106,26,.22) 330deg,
    transparent 360deg);
  animation: slowSpin 16s linear infinite;
  z-index: -1;
}
@keyframes slowSpin { to { transform: rotate(360deg); } }
.cta-band .btn-primary { animation: glowPulse 3s ease-in-out infinite; }
@keyframes glowPulse {
  0%, 100% { box-shadow: var(--sh-brand); }
  50%      { box-shadow: 0 18px 52px rgba(255,106,26,.55), 0 0 0 10px rgba(255,106,26,.08); }
}

/* ---------- Sections sombres : grain léger ---------- */
.how::after, .medspace::after {
  content: ""; position: absolute; inset: 0;
  background-image: var(--grain);
  opacity: .05;
  pointer-events: none;
  border-radius: inherit;
}

/* ---------- Doc mockups : coche qui se dessine ---------- */
.doc-field .val svg polyline {
  stroke-dasharray: 24; stroke-dashoffset: 24;
  animation: draw .6s var(--ease-out) forwards;
}
.doc-field:nth-child(2) .val svg polyline { animation-delay: .3s; }
.doc-field:nth-child(3) .val svg polyline { animation-delay: .6s; }
.doc-field:nth-child(4) .val svg polyline { animation-delay: .9s; }
.doc-field:nth-child(5) .val svg polyline { animation-delay: 1.2s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.doc-foot .bar i { transform-origin: 0 50%; animation: fillBar 1.4s .4s var(--ease-out) both; }
@keyframes fillBar { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* ---------- Reveal enrichi : légère profondeur ---------- */
[data-reveal] { transform: translateY(34px) scale(.985); }
[data-reveal].is-visible { transform: translateY(0) scale(1); }

/* ---------- Entrée de page en fondu ---------- */
body { animation: pageIn .55s var(--ease-out); }
@keyframes pageIn { from { opacity: 0; } }

/* ---------- Logo : micro-interaction ---------- */
.nav-logo img { transition: transform var(--t-base); }
.nav-logo:hover img { transform: scale(1.05) rotate(-1.5deg); }

/* ---------- Titres de section : trait qui se dessine ---------- */
.section-head h2::after {
  content: ""; display: block;
  width: 64px; height: 4px; border-radius: 2px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  margin: 1.1rem auto 0;
  transform: scaleX(0);
  transition: transform .8s var(--ease-out) .35s;
}
.section-head h2.is-visible::after { transform: scaleX(1); }

/* ---------- Icônes des bénéfices : pop à l'apparition ---------- */
.value-card.is-visible .ic svg { animation: iconPop .55s .4s var(--ease-out) both; }

/* ---------- Décor flottant (croix médicales) ---------- */
.deco {
  position: absolute;
  color: var(--brand);
  opacity: .07;
  pointer-events: none;
  will-change: transform;
  animation: decoFloat var(--dur, 9s) ease-in-out infinite alternate;
  animation-delay: var(--del, 0s);
  z-index: 0;
}
.deco svg { display: block; }
@keyframes decoFloat {
  from { transform: translateY(0) rotate(0deg); }
  to   { transform: translateY(-26px) rotate(12deg); }
}

/* ---------- Spotlight qui suit la souris (sections sombres) ---------- */
.spot {
  position: absolute; inset: 0;
  pointer-events: none;
  background: radial-gradient(580px circle at var(--sx, 50%) var(--sy, 50%),
    rgba(255,255,255,.075), transparent 62%);
  opacity: 0;
  transition: opacity .45s var(--ease);
  border-radius: inherit;
}
.medspace:hover .spot, .how:hover .spot, .cta-band:hover .spot { opacity: 1; }

/* ---------- Bouton retour en haut avec anneau de progression ---------- */
.to-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 250;
  width: 52px; height: 52px; border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-lg);
  display: grid; place-items: center;
  color: var(--brand);
  cursor: pointer;
  opacity: 0; transform: translateY(18px);
  pointer-events: none;
  transition: opacity .35s var(--ease), transform .35s var(--ease), box-shadow var(--t-base);
}
.to-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.to-top:hover { box-shadow: var(--sh-brand); }
.to-top::before {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  background: conic-gradient(var(--brand) calc(var(--p, 0) * 1%), var(--line) 0);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3.5px), #000 calc(100% - 3px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 3.5px), #000 calc(100% - 3px));
}

/* ---------- « Ligne de vie » : électrocardiogramme balayé ---------- */
.ecg { height: 88px; overflow: hidden; background: var(--surface); }
.ecg svg { width: 100%; height: 100%; display: block; }
.ecg path {
  fill: none; stroke-width: 2;
  vector-effect: non-scaling-stroke;
  stroke-linejoin: round; stroke-linecap: round;
}
.ecg .base { stroke: var(--line-strong); opacity: .55; }
.ecg .trace {
  stroke: var(--brand); stroke-width: 2.5;
  stroke-dasharray: 180 1000;
  stroke-dashoffset: 1180;
  animation: ecgSweep 5s linear infinite;
  filter: drop-shadow(0 0 6px rgba(255,106,26,.65));
}
@keyframes ecgSweep { to { stroke-dashoffset: 0; } }

/* ---------- « Le trajet du bilan » : parcours piloté par le scroll ---------- */
.journey { position: relative; height: 150px; max-width: 900px; margin: 0 auto 2.5rem; display: none; }
.how.has-journey .journey { display: block; }
.how.has-journey .how-step::after { display: none; }
.how.has-journey .how-step { opacity: .4; transition: opacity .45s var(--ease); }
.how.has-journey .how-step.active { opacity: 1; }
.how.has-journey .how-step .stepnum { transition: transform .4s var(--ease-out), box-shadow .4s; }
.how.has-journey .how-step.active .stepnum { transform: scale(1.14); }
.journey svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.journey path { fill: none; stroke-width: 2.5; }
.j-base { stroke: rgba(255,255,255,.16); stroke-dasharray: 2 12; stroke-linecap: round; }
.j-trail {
  stroke: var(--brand);
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  filter: drop-shadow(0 0 9px rgba(255,106,26,.8));
}
.j-cap {
  position: absolute; width: 42px; height: 42px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.26);
  color: #fff;
  backdrop-filter: blur(4px);
}
.j-cap.j-cap-end { background: rgba(16,185,129,.16); border-color: rgba(16,185,129,.5); color: var(--mint); }
.j-doc {
  position: absolute; left: 0; top: 0;
  width: 44px; height: 44px; border-radius: 12px;
  background: #fff; color: var(--brand);
  display: grid; place-items: center;
  box-shadow: 0 6px 22px rgba(255,106,26,.5), 0 0 0 5px rgba(255,255,255,.10);
  will-change: transform;
}
.j-doc svg { width: 22px; height: 22px; }

/* ---------- Rail des 8 items (page Solutions) ---------- */
.rail {
  position: fixed; right: 26px; top: 50%; z-index: 240;
  transform: translateY(-50%) translateX(16px);
  display: none; flex-direction: column; align-items: center; gap: 10px;
  opacity: 0; pointer-events: none;
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
@media (min-width: 1200px) { .rail { display: flex; } }
.rail.show { opacity: 1; transform: translateY(-50%) translateX(0); pointer-events: auto; }
.rail-track {
  position: absolute; top: 8px; bottom: 8px; width: 2px;
  background: var(--line-strong); border-radius: 2px; overflow: hidden;
}
.rail-fill {
  position: absolute; top: 0; left: 0; width: 100%; height: 0%;
  background: linear-gradient(180deg, var(--brand), var(--gold));
}
.rail-node {
  position: relative; z-index: 1;
  width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--surface);
  border: 1.5px solid var(--line-strong);
  color: var(--muted);
  font-family: var(--font-display); font-weight: 800; font-size: .58rem;
  transition: background .25s var(--ease), border-color .25s var(--ease),
              color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}
.rail-node:hover { border-color: var(--brand); color: var(--brand); }
.rail-node.active {
  background: var(--brand); border-color: var(--brand); color: #fff;
  transform: scale(1.22);
  box-shadow: 0 6px 16px rgba(255,106,26,.42);
}
.rail-node::after {
  content: attr(data-label);
  position: absolute; right: calc(100% + 14px); top: 50%;
  transform: translateY(-50%) translateX(8px);
  background: var(--ink); color: #fff;
  font-family: var(--font-body); font-size: .72rem; font-weight: 600;
  padding: .35rem .75rem; border-radius: 8px;
  white-space: nowrap;
  opacity: 0; pointer-events: none;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}
.rail-node:hover::after, .rail-node.active::after { opacity: 1; transform: translateY(-50%) translateX(0); }

/* ---------- Numéros fantômes en parallaxe (page Solutions) ---------- */
.ghost-num {
  position: absolute; top: .5rem; z-index: 0;
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(11rem, 21vw, 18rem); line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,106,26,.14);
  pointer-events: none; user-select: none;
  will-change: transform;
  display: none;
}
.ghost-num.right { right: 1.5%; }
.ghost-num.left { left: 1.5%; }
@media (min-width: 1025px) { .ghost-num { display: block; } }
.ghost-host { overflow: hidden; }
.ghost-host > .container { position: relative; z-index: 1; }

/* ---------- Pastille des eyebrows : pulsation ---------- */
.eyebrow .dot { animation: dotPulse 2.6s ease-in-out infinite; }
@keyframes dotPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255,106,26,.16); }
  50%      { box-shadow: 0 0 0 8px rgba(255,106,26,.05); }
}

/* ---------- Indicateur de scroll dans le hero ---------- */
.scroll-hint {
  position: absolute; left: 50%; bottom: 1.3rem;
  transform: translateX(-50%);
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  color: var(--brand);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-md);
  animation: hintBounce 2.2s ease-in-out infinite;
  z-index: 2;
}
@keyframes hintBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(8px); }
}

/* ---------- CTA navbar : reflet périodique ---------- */
.nav-cta .btn-primary::after { animation: autoSheen 7s ease-in-out infinite; }
@keyframes autoSheen {
  0%       { transform: translateX(-130%); }
  12%, 100% { transform: translateX(130%); }
}

/* ---------- Ligne de réassurance sous les CTA ---------- */
.cta-note {
  margin-top: 1.4rem;
  font-size: .88rem;
  color: rgba(255,255,255,.62);
  display: flex; align-items: center; justify-content: center;
  gap: .6rem; flex-wrap: wrap;
}
.cta-note svg { color: var(--mint); flex: none; }

/* ---------- FAQ (tarifs) ---------- */
.faq { display: grid; gap: .85rem; }
.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color var(--t-base), box-shadow var(--t-base);
}
.faq-item:hover { border-color: var(--brand-pale); box-shadow: var(--sh-md); }
.faq-item[open] { border-color: var(--brand-pale); box-shadow: var(--sh-md); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 1.4rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1.02rem;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .faq-ic {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--brand-wash); color: var(--brand-deep);
  transition: transform var(--t-base), background var(--t-base), color var(--t-base);
}
.faq-item[open] .faq-ic { transform: rotate(45deg); background: var(--brand); color: #fff; }
.faq-body { padding: 0 1.4rem 1.25rem; }
.faq-body p { font-size: .96rem; line-height: 1.65; }
.faq-item[open] .faq-body { animation: faqIn .35s var(--ease-out); }
@keyframes faqIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Accessibilité ---------- */
@media (prefers-reduced-motion: reduce) {
  .hero .aurora i, .ribbon-track,
  .how-step .stepnum, .how-step::after, .lang-chip,
  .testimonial .stars svg, .cta-band::after, .cta-band .btn-primary,
  .dash-mock .lock svg, .deco, body,
  .eyebrow .dot, .scroll-hint, .nav-cta .btn-primary::after,
  .ecg .trace { animation: none !important; }
  .journey { display: none !important; }
  .hero h1 .w { opacity: 1; transform: none; animation: none !important; }
  .hero-visual.live .qrow .qcheck { transform: none; }
  .scroll-progress, .spot { display: none; }
  .section-head h2::after { transform: scaleX(1); transition: none; }
}

@media (max-width: 720px) {
  .ribbon { transform: none; }
  .greeting { font-size: 1.8rem; }
  .to-top { right: 14px; bottom: 14px; width: 46px; height: 46px; }
  .deco { display: none; }
  .scroll-hint { display: none; }
  .cta-note { font-size: .8rem; }
}
