/* =========================================================
   EMMA — estilos Home (v2.0, consolidado desde preview v2.0)
   Todo scopeado bajo .emma-home para no afectar Astra ni el resto del sitio.
   Naranja #FD830D exclusivo CTAs. Verde solo dato positivo. Inter + Rubik.
   ========================================================= */
:root{
  --morado:#4D4A9E; --deep:#3A3877; --violet:#AC92EC;
  --green:#8DC049; --green-deep:#6FA033; --orange:#FD830D;
  --slate:#516377; --ink:#4D4A9E; --surface:#F6F6FB; --card:#fff;
  --line:#ECECEE; --line2:#DDDDE3;
  --radius:18px; --radius-sm:12px;
  --shadow-sm:0 1px 2px rgba(58,56,119,.06),0 8px 24px rgba(58,56,119,.05);
  --shadow-md:0 2px 6px rgba(58,56,119,.08),0 24px 60px rgba(58,56,119,.10);
}
.emma-home *{box-sizing:border-box}
.emma-home{scroll-behavior:smooth}
.emma-home{margin:0;font-family:'Inter',system-ui,sans-serif;color:var(--slate);background:var(--card);line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.emma-home h1,
.emma-home h2,
.emma-home h3{color:var(--morado);line-height:1.12;letter-spacing:-.02em;margin:0}
.emma-home h2{font-size:34px;font-weight:700}
.emma-home h3{font-weight:600}
.emma-home p{margin:0}
.emma-home .num{font-family:'Rubik',sans-serif;letter-spacing:-.02em}
.emma-home .wrap{max-width:1160px;margin:0 auto;padding:0 24px}
.emma-home section{padding:84px 0}
.emma-home .surface{background:var(--surface)}
.emma-home .eyebrow{font-family:'Rubik',sans-serif;font-weight:600;font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--morado);display:inline-flex;align-items:center;gap:9px;margin-bottom:16px}
.emma-home .eyebrow::before{content:"";width:22px;height:2px;background:var(--green);border-radius:2px}
.emma-home .center{text-align:center}
.emma-home .center .eyebrow{justify-content:center}
.emma-home .sec-head{max-width:660px;margin:0 auto}
.emma-home .sec-head p{font-size:17px;margin-top:14px}
.emma-home .lead{font-size:18.5px;font-weight:400;line-height:1.55;max-width:540px;color:var(--slate)}
.emma-home /* buttons */
.btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:15px;padding:13px 22px;border-radius:11px;border:1px solid transparent;cursor:pointer;transition:.18s ease;text-decoration:none;white-space:nowrap}
.emma-home .btn-cta{background:var(--orange);color:#fff;box-shadow:0 6px 18px rgba(253,131,13,.32)}
.emma-home .btn-cta:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(253,131,13,.42)}
.emma-home .btn-ghost{background:transparent;color:var(--morado);border-color:var(--line2)}
.emma-home .btn-ghost:hover{border-color:var(--morado)}
.emma-home .cta-row{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}
.emma-home .card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease}
.emma-home .card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.emma-home .ico{width:42px;height:42px;border-radius:11px;background:rgba(77,74,158,.08);display:grid;place-items:center;margin-bottom:14px}
.emma-home .ico svg{width:22px;height:22px;stroke:var(--morado);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.emma-home /* ===== HERO ===== */
.hero{padding:64px 0 48px;position:relative;overflow:hidden;background:var(--surface)}
.emma-home .hero::before{content:"";position:absolute;top:-200px;right:-180px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(172,146,236,.22),transparent 62%)}
.emma-home .hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:54px;align-items:center;position:relative;z-index:1}
.emma-home .hero h1{font-size:54px;font-weight:800;letter-spacing:-.035em;line-height:1.04;margin-top:6px}
.emma-home .hero h1 .hl{color:var(--morado)}
.emma-home .hero h1 .ink{color:#2c2a4a}
.emma-home .hero .lead{margin-top:20px}
.emma-home .trust{display:flex;gap:18px;margin-top:26px;flex-wrap:wrap;font-size:13px;color:var(--slate);font-weight:500}
.emma-home .trust span{display:inline-flex;align-items:center;gap:7px}
.emma-home .trust svg{stroke:var(--green);fill:none;stroke-width:2.5}
.emma-home /* product card */
.prod{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--line);overflow:hidden}
.emma-home .prod .top{background:linear-gradient(120deg,var(--deep),var(--morado));padding:13px 16px;display:flex;align-items:center;gap:8px}
.emma-home .prod .top .dot{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.4)}
.emma-home .prod .top .tt{color:#fff;font-size:12.5px;font-weight:600;margin-left:6px;opacity:.92}
.emma-home .prod .top .live{margin-left:auto;color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;gap:6px;opacity:.9}
.emma-home .prod .top .live i{width:7px;height:7px;border-radius:50%;background:var(--green);animation:pulse 2s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(141,192,73,.6)}70%{box-shadow:0 0 0 7px rgba(141,192,73,0)}100%{box-shadow:0 0 0 0 rgba(141,192,73,0)}}
.emma-home .prod .pbody{padding:20px}
.emma-home .kpi-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}
.emma-home .kpi{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);padding:13px 14px}
.emma-home .kpi .lbl{font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--slate)}
.emma-home .kpi .val{font-family:'Rubik';font-weight:700;font-size:26px;color:var(--morado);margin-top:3px;line-height:1}
.emma-home .kpi .val small{font-size:13px;color:var(--slate);font-weight:600}
.emma-home .kpi.good .val{color:var(--green-deep)}
.emma-home .chart{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);padding:14px 14px 12px}
.emma-home .chart-h{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}
.emma-home .chart-h .t{font-size:12.5px;font-weight:700;color:var(--morado)}
.emma-home .legend{display:flex;gap:12px;font-size:10.5px;font-weight:600}
.emma-home .legend span{display:inline-flex;align-items:center;gap:5px;color:var(--slate)}
.emma-home .legend i{width:9px;height:3px;border-radius:2px}
.emma-home .gap-pill{margin-top:10px;display:inline-flex;align-items:center;gap:7px;background:rgba(141,192,73,.14);color:var(--green-deep);font-size:11.5px;font-weight:700;padding:5px 10px;border-radius:8px}
.emma-home .realline{stroke-dasharray:600;stroke-dashoffset:600;animation:draw 2.4s ease forwards .3s}
.emma-home .predline{stroke-dasharray:600;stroke-dashoffset:600;animation:draw 2.4s ease forwards}
@keyframes draw{to{stroke-dashoffset:0}}
.emma-home /* ===== SEC2 HALLAZGOS ===== */
.findings{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:8px}
.emma-home .finding{display:flex;gap:14px;align-items:center;padding:18px 20px}
.emma-home .finding .big{font-family:'Rubik';font-weight:700;font-size:34px;color:var(--green-deep);line-height:1;white-space:nowrap}
.emma-home .finding .txt{font-size:14px;color:var(--slate)}
.emma-home .finding .txt b{color:var(--morado);font-weight:700}
.emma-home .find-note{font-size:12px;color:#9a9ab0;text-align:center;margin-top:18px;font-style:italic}
.emma-home /* ===== SEC3 PROBLEMA (antes/después) ===== */
.split{display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:stretch;margin-top:42px}
.emma-home .panel{border-radius:var(--radius);padding:28px;border:1px solid var(--line)}
.emma-home .panel.before{background:var(--surface)}
.emma-home .panel.after{background:linear-gradient(160deg,var(--deep),var(--morado));border:none;color:#fff}
.emma-home .panel h3{font-size:18px;margin-bottom:6px}
.emma-home .panel.after h3{color:#fff}
.emma-home .panel .sub{font-size:13.5px;margin-bottom:18px}
.emma-home .panel.after .sub{color:rgba(255,255,255,.8)}
.emma-home .scatter{display:flex;flex-wrap:wrap;gap:10px}
.emma-home .chip{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--line2);border-radius:9px;padding:8px 11px;font-size:12.5px;color:var(--slate);font-weight:500}
.emma-home .chip svg{width:15px;height:15px;stroke:#9a9ab0;fill:none;stroke-width:1.8}
.emma-home .unified{display:flex;flex-direction:column;gap:11px}
.emma-home .urow{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:11px 13px;font-size:13.5px;color:#fff;font-weight:500}
.emma-home .urow svg{width:17px;height:17px;stroke:var(--green);fill:none;stroke-width:2;flex:none}
.emma-home .arrow-mid{display:grid;place-items:center;color:var(--violet)}
.emma-home .arrow-mid svg{width:34px;height:34px;stroke:var(--morado);fill:none;stroke-width:1.6}
.emma-home /* ===== SEC4 PLATAFORMA (bento) ===== */
.bento{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}
.emma-home .bento .card{padding:24px}
.emma-home .bento h3{font-size:17px;margin-bottom:6px}
.emma-home .bento p{font-size:14px}
.emma-home .feature{grid-column:span 1;background:linear-gradient(160deg,var(--deep),var(--morado))!important;border:none!important;color:#fff}
.emma-home .feature h3{color:#fff}
.emma-home .feature p{color:rgba(255,255,255,.85)}
.emma-home .feature .ico{background:rgba(255,255,255,.14)}
.emma-home .feature .ico svg{stroke:#fff}
.emma-home .mini-gap{margin-top:14px;background:rgba(255,255,255,.08);border-radius:10px;padding:8px}
.emma-home /* ===== SEC5 NOVA SHOWCASE ===== */
.nova{background:linear-gradient(160deg,var(--deep),var(--morado));color:#fff}
.emma-home .nova h2{color:#fff}
.emma-home .nova .sec-head p{color:rgba(255,255,255,.82)}
/* v7.32 — El marco de navegador es un GRUPO y su barra la dibuja el CSS.
   Dentro va UN solo bloque reemplazable: imagen (por defecto), video en
   loop o embed. Los tres se enmarcan igual, sin tocar el patrón. */
.emma-home .browser{position:relative;max-width:920px;margin:34px auto 0;border-radius:14px;overflow:hidden;background:#2c2a4a;box-shadow:0 30px 70px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.14)}
/* v7.40 — FIX: en el atajo `background` con varias capas el color solo es
   valido en la ultima. Estaba escrito `background:#2c2a4a radial-gradient(),
   radial-gradient(), radial-gradient()`, declaracion invalida: los 3 puntos
   del marco nunca se dibujaron desde v7.32. Se separa color e imagenes. */
.emma-home .browser::before{content:"";display:block;height:44px;
  background-color:#2c2a4a;
  background-image:
    radial-gradient(circle 5.5px at 20px 22px,rgba(255,255,255,.28) 98%,transparent 100%),
    radial-gradient(circle 5.5px at 38px 22px,rgba(255,255,255,.28) 98%,transparent 100%),
    radial-gradient(circle 5.5px at 56px 22px,rgba(255,255,255,.28) 98%,transparent 100%)}
.emma-home .browser::after{content:"";position:absolute;top:11px;left:78px;width:min(380px,45%);height:22px;background:rgba(255,255,255,.12);border-radius:6px;pointer-events:none}
/* el slot: cualquier bloque de medio queda a sangre dentro del marco */
.emma-home .browser>*{margin:0}
.emma-home .browser figure,
.emma-home .browser .wp-block-video,
.emma-home .browser .wp-block-embed{margin:0;padding:0}
.emma-home .browser img,
.emma-home .browser video,
.emma-home .browser iframe{display:block;width:100%;height:auto;aspect-ratio:920/470;object-fit:cover;background:#fff;border:0}
/* v7.38 — el video de la plataforma es 16/9: se enmarca completo, sin recortar
   la interfaz arriba y abajo. El marco crece solo. */
.emma-home .browser video{aspect-ratio:16/9;object-fit:contain;background:#0f0e1e}
/* embeds (YouTube/Vimeo): anular el hack de proporción de WordPress */
.emma-home .browser .wp-block-embed__wrapper{padding-top:0;position:relative}
.emma-home .browser .wp-block-embed__wrapper::before{display:none}
.emma-home .browser .wp-block-embed iframe{position:static}
.emma-home .nova .note{text-align:center;color:rgba(255,255,255,.7);font-size:12.5px;margin-top:14px;font-style:italic}
.emma-home /* ===== SEC6 CICLO ===== */
.cycle{max-width:560px;margin:42px auto 0}
.emma-home .cycle svg{width:100%;height:auto;display:block}
.emma-home /* ===== SEC7 METRICAS ===== */
.metrics{background:var(--morado);color:#fff}
.emma-home .metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.emma-home .metric{text-align:center}
.emma-home .metric .mi{width:34px;height:34px;margin:0 auto 10px;display:grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.14)}
.emma-home .metric .mi svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2}
.emma-home .metric .big{font-family:'Rubik';font-weight:800;font-size:50px;line-height:1;letter-spacing:-.03em}
.emma-home .metric .big.green{color:#a7e06a}
.emma-home .metric p{font-size:13.5px;color:rgba(255,255,255,.82);margin-top:8px}
.emma-home /* ===== SEC8 SOLUCIONES ===== */
.sols{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}
.emma-home .sol{display:flex;align-items:center;gap:14px;padding:18px 20px}
.emma-home .sol .ico{margin-bottom:0}
.emma-home .sol h3{font-size:16px}
.emma-home .sol p{font-size:13px;margin-top:2px}
.emma-home /* ===== SEC9 CITA ===== */
.quote{max-width:780px;margin:0 auto;text-align:center}
.emma-home .quote .q{font-family:'Inter';font-weight:700;font-size:26px;color:var(--morado);line-height:1.34;letter-spacing:-.015em}
.emma-home .quote .mark{font-family:'Rubik';font-size:60px;color:var(--violet);line-height:.6;display:block;margin-bottom:6px}
.emma-home .quote cite{display:block;margin-top:18px;font-size:13.5px;font-style:normal;color:var(--slate)}
.emma-home /* ===== SEC10 CTA FINAL ===== */
.final{background:linear-gradient(160deg,var(--deep),var(--morado));color:#fff;position:relative;overflow:hidden}
.emma-home .final::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(141,192,73,.16),transparent 45%)}
.emma-home .final .wrap{position:relative;z-index:1;text-align:center}
.emma-home .final h2{color:#fff;font-size:40px;font-weight:800}
.emma-home .final p{color:rgba(255,255,255,.85);font-size:18px;margin-top:14px}
.emma-home .final .micro{color:var(--violet);font-size:14px;margin-top:8px}
.emma-home .final .cta-row{justify-content:center}
.emma-home .final .btn-ghost{color:#fff;border-color:rgba(255,255,255,.4)}
.emma-home .final .form-slot{max-width:520px;margin:26px auto 0;background:rgba(255,255,255,.08);border:1px dashed rgba(255,255,255,.35);border-radius:14px;padding:22px;color:rgba(255,255,255,.75);font-size:13px;font-style:italic}
@media (max-width:900px){
  .emma-home .hero-grid,
.emma-home .split,
.emma-home .bento,
.emma-home .findings,
.emma-home .metrics-grid,
.emma-home .sols{grid-template-columns:1fr}
  .emma-home .split{gap:16px}
  .emma-home .arrow-mid{transform:rotate(90deg)}
  .emma-home .hero h1{font-size:38px}
  .emma-home h2{font-size:28px}
  .emma-home .final h2{font-size:30px}
  .emma-home section{padding:60px 0}
}
@media (prefers-reduced-motion:reduce){
  .emma-home .realline,
.emma-home .predline{animation:none;stroke-dashoffset:0}
  .emma-home .prod .top .live i{animation:none}
  .emma-home .card:hover{transform:none}
}

/* v3.1 — titulares Inter Light + tracking abierto */
.emma-home .hero h1{font-weight:400;letter-spacing:-.012em}
.emma-home h2,.emma-home .final h2,.emma-home .nova h2{font-weight:400;letter-spacing:-.01em}
.emma-home .hero h1 .hl{font-weight:600}

/* v3.3 — Home en bloques Gutenberg editables: botones core + ajustes */
.emma-home .wp-block-button__link{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:15px;padding:13px 22px;border-radius:11px;border:1px solid transparent;text-decoration:none;transition:.18s ease;white-space:nowrap}
.emma-home .is-style-emma-cta .wp-block-button__link{background:var(--orange);color:#fff;box-shadow:0 6px 18px rgba(253,131,13,.32)}
.emma-home .is-style-emma-cta .wp-block-button__link:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(253,131,13,.42)}
.emma-home .is-style-emma-ghost .wp-block-button__link{background:transparent;color:var(--morado);border:1px solid var(--line2)}
.emma-home .is-style-emma-ghost .wp-block-button__link:hover{border-color:var(--morado)}
.emma-home .final .is-style-emma-ghost .wp-block-button__link{color:#fff;border-color:rgba(255,255,255,.4)}
.emma-home .wp-block-buttons.cta-row{margin-top:30px}
.emma-home .finding .txt strong{color:var(--morado);font-weight:700}
.emma-home .sol-copy{flex:1}
.emma-home .wp-block-group{margin-top:0;margin-bottom:0}


/* ===== v7.0 · CICLO spine B (reemplaza la rueda PDCA) ===== */
.emma-home .spinewrap{max-width:1040px;margin:0 auto}
.emma-home .spine{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;gap:0;margin:48px auto 0}
.emma-home .spine .phase{position:relative;background:#fff;border:1px solid #ECECEE;border-radius:18px;padding:26px 22px;box-shadow:0 10px 30px rgba(60,50,120,.07);text-align:left}
.emma-home .spine .step-lbl{position:absolute;top:16px;right:18px;font-family:'Rubik',sans-serif;font-weight:700;font-size:12px;color:#c7c5da;letter-spacing:.5px}
.emma-home .spine .ph-ico{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;margin-bottom:18px}
.emma-home .spine .ph-ico svg{width:26px;height:26px;stroke:#fff;fill:none;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.emma-home .spine .phase h3{font-size:20px;font-weight:600;color:#26243f;margin:0 0 9px;letter-spacing:.2px}
.emma-home .spine .phase .sub{font-size:14px;color:#516377;margin:0 0 18px;line-height:1.55}
.emma-home .spine .steps{display:flex;flex-wrap:wrap;gap:8px}
.emma-home .spine .cpill{font-size:12px;font-weight:500;color:#4D4A9E;background:#F6F6FB;border:1px solid #ECECEE;border-radius:20px;padding:6px 13px}
.emma-home .spine .arrow{display:grid;place-items:center;width:48px}
.emma-home .spine .arrow svg{width:28px;height:28px;stroke:#AC92EC;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.emma-home .spine .ph-1 .ph-ico{background:#4D4A9E}
.emma-home .spine .ph-2 .ph-ico{background:#6c69bf}
.emma-home .spine .ph-3 .ph-ico{background:#8DC049}
.emma-home .spine .ph-3 h3{color:#4f7d1f}
.emma-home .cycguard{margin:16px auto 0;text-align:center;font-size:12.5px;color:#516377}
.emma-home .cycguard b{color:#4D4A9E;font-weight:600}
.emma-home .cycrepeat{display:flex;justify-content:center;margin:30px auto 0}
.emma-home .cycrepeat .cap{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,#F6F6FB,#eef7e3);border:1px solid #ECECEE;border-radius:30px;padding:10px 22px;font-size:13.5px;color:#516377;font-weight:500}
.emma-home .cycrepeat .cap b{color:#4D4A9E;font-weight:600}
.emma-home .cycrepeat .cap svg{width:18px;height:18px;stroke:#8DC049;fill:none;stroke-width:2}
.emma-home .reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
.emma-home .reveal.in{opacity:1;transform:none}
.emma-home .spine .reveal:nth-child(1){transition-delay:.05s}
.emma-home .spine .reveal:nth-child(2){transition-delay:.16s}
.emma-home .spine .reveal:nth-child(3){transition-delay:.27s}
.emma-home .spine .reveal:nth-child(4){transition-delay:.38s}
.emma-home .spine .reveal:nth-child(5){transition-delay:.49s}
.emma-home .cycrepeat .reveal{transition-delay:.62s}
@media (prefers-reduced-motion:reduce){.emma-home .reveal{opacity:1 !important;transform:none !important;transition:none !important}}
@media (max-width:860px){.emma-home .spine{grid-template-columns:1fr}.emma-home .spine .arrow{transform:rotate(90deg);width:auto;padding:8px 0}}

/* ===== v7.18 · ENLACES INTERNOS (Home → Producto, ciclo, sectores y áreas) ===== */
.emma-home .sec-link{display:inline-block;margin:26px 12px 0;font-size:15px;font-weight:600}
.emma-home .sec-link a{color:var(--morado);text-decoration:none;border-bottom:1px solid rgba(77,74,158,.28);padding-bottom:2px;transition:color .15s ease,border-color .15s ease}
.emma-home .sec-link a:hover{color:var(--deep);border-bottom-color:var(--morado)}
/* tarjeta completa clicable: bento (módulos) y sectores */
.emma-home .bento .card,.emma-home .sol.card{position:relative}
.emma-home .bento h3 a,.emma-home .sol h3 a{color:inherit;text-decoration:none}
.emma-home .bento h3 a::after,.emma-home .sol h3 a::after{content:"";position:absolute;inset:0;border-radius:var(--radius);z-index:2}
.emma-home .bento .card:hover h3 a{color:var(--violet)}
.emma-home .sol.card:hover h3 a{color:var(--violet)}
.emma-home .feature:hover h3 a{color:#dcd2f8}
/* fases del ciclo clicables → páginas de funciones */
.emma-home .spine a.phase{display:block;text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.emma-home .spine a.phase:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(60,50,120,.13);border-color:#DDDDE3}
.emma-home .spine .ph-go{display:inline-block;margin-top:18px;font-size:13px;font-weight:600;color:var(--morado)}
.emma-home .spine .ph-3 .ph-go{color:#4f7d1f}
.emma-home .spine a.phase:hover .ph-go{text-decoration:underline}
@media (hover:none){.emma-home .spine a.phase:hover{transform:none;box-shadow:0 10px 30px rgba(60,50,120,.07)}}
