/* The product tour uses the public site's existing Ink & Daylight tokens. */
.emr-hero { padding:48px 0 64px; background:var(--blue-deep); color:var(--cream); }
.emr-intro { text-align:center; }
.emr-eyebrow { display:inline-flex;align-items:center;gap:9px;color:var(--purple);font-size:11px;letter-spacing:.16em;font-weight:600; }
.emr-eyebrow i,.emr-live i { width:6px;height:6px;background:var(--lime);border-radius:50%; }
.emr-intro h1 { color:var(--white);font-size:clamp(42px,4.8vw,64px);line-height:1.04;letter-spacing:-.035em;margin:24px auto 22px; }
.emr-intro h1 em { color:var(--lime);font-weight:400; }
.emr-intro>p { font-size:18px;line-height:1.65;color:rgba(250,243,233,.8);margin:0; }
.emr-actions { display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center;margin-top:28px; }
.emr-experience { max-width:1480px;margin:56px auto 0;padding:0 40px;scroll-margin-top:100px; }
.emr-explore-heading { display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:24px; }
.emr-kicker { font-size:11px;letter-spacing:.16em;font-weight:600;color:var(--coral-ink); }
.emr-hero .emr-kicker { color:var(--purple); }
.emr-explore-heading h2 { color:var(--white);font-size:31px;margin-top:8px;letter-spacing:-.02em; }
.emr-live { display:flex;align-items:center;gap:8px;font-size:12px;color:var(--cream);margin-bottom:3px; }
.emr-tabs { display:grid;grid-template-columns:repeat(5,1fr);padding:6px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:var(--r);gap:5px;margin-bottom:16px; }
.emr-tabs button { font:500 14px var(--font);color:var(--cream);padding:14px 10px;display:flex;gap:12px;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:var(--r-sm);cursor:pointer;transition:background .15s,color .15s; }
.emr-tabs button[aria-selected=true] { background:var(--cream);color:var(--blue-deep);box-shadow:var(--sh-sm); }
.emr-tab-number { font-size:10px;opacity:.7;font-variant-numeric:tabular-nums; }
.emr-tabs button:hover { background:rgba(255,255,255,.13); }
.emr-tabs button[aria-selected=true]:hover { background:var(--white); }
.emr-hero button:focus-visible,.emr-hero a:focus-visible { outline:2px solid var(--lime);outline-offset:4px; }
.emr-product-frame { border:1px solid var(--border);border-radius:var(--r);overflow:hidden;background:var(--white);box-shadow:var(--sh-xl); }
.emr-frame-toolbar { height:46px;background:var(--cream);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 18px; }
.emr-frame-identity { display:flex;align-items:center;gap:10px;font-size:12px;color:var(--blue-deep); }
.emr-frame-identity .brand-mark { width:20px;height:20px; }
.emr-sample-label { font-size:10px;color:var(--muted);border-left:1px solid var(--border);padding-left:12px;margin-left:3px; }
.emr-frame-actions { display:flex;gap:13px; }
.emr-frame-actions button { border:0;background:transparent;color:var(--text2);font:500 11px var(--font);cursor:pointer;padding:6px; }
.emr-viewport { overflow:auto;background:var(--white);position:relative;overscroll-behavior:contain; }
.emr-canvas { position:relative;width:100%;height:100%;overflow:hidden; }
.emr-viewport iframe { display:block;border:0;width:1440px;height:900px;transform:scale(var(--emr-scale,1));transform-origin:0 0;background:#fff; }
.emr-tour-caption { display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px; }
.emr-step { display:inline-block;font-size:10px;font-weight:600;letter-spacing:.1em;color:var(--purple);margin-right:18px; }
.emr-tour-caption strong { font-size:16px;font-weight:600;color:var(--cream); }
.emr-tour-caption p { font-size:13px;color:rgba(250,243,233,.74);margin:7px 0 0 68px; }
.emr-tour-caption>button { flex-shrink:0;padding:12px 18px;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:999px;color:var(--cream);font:500 12px var(--font);cursor:pointer; }
.emr-demo-note { font-size:11px;text-align:center;color:rgba(250,243,233,.64);margin:25px 0 0; }
.emr-mobile-note { display:none; }
.emr-experience:has(.emr-product-frame.is-expanded) { z-index:10000; }
.emr-product-frame.is-expanded { position:fixed;inset:20px;z-index:10000;border-radius:var(--r);overflow:auto;background:var(--white);box-shadow:0 0 0 100vmax rgba(46,36,48,.8),var(--sh-xl); }
.emr-product-frame.is-expanded .emr-viewport { max-height:calc(100dvh - 86px); }
.emr-product-frame.is-expanded .emr-canvas { margin:0 auto; }
@media(min-width:901px) {
  .emr-intro { display:grid;grid-template-columns:1.1fr 1fr;column-gap:58px;text-align:left;align-items:center; }
  .emr-eyebrow { grid-column:1 / -1;justify-self:start; }
  .emr-intro h1 { grid-column:1;grid-row:2 / span 2;margin:22px 0 0; }
  .emr-intro>p { grid-column:2;grid-row:2;align-self:end;font-size:17px;margin-top:24px; }
  .emr-actions { grid-column:2;grid-row:3;justify-content:flex-start;align-self:start;margin-top:22px; }
}
@media(max-width:900px) {
  .emr-experience { padding:0 22px;margin-top:50px; }
  .emr-tab-number { display:none; }
  .emr-tabs button { font-size:12px;padding:13px 5px; }
  .emr-tour-caption { align-items:start; }
  .emr-tour-caption strong { font-size:14px; }
  .emr-tour-caption p { margin-left:0;max-width:420px; }
  .emr-step { margin-right:8px; }
}
@media(max-width:600px) {
  .emr-hero { padding-top:38px; }
  .emr-eyebrow { font-size:9px;letter-spacing:.1em; }
  .emr-intro h1 { font-size:44px;margin-top:25px; }
  .emr-intro>p { font-size:16px; }
  .emr-actions { gap:18px; }
  .emr-actions .btn { font-size:12px;padding:13px 15px;gap:12px; }
  .emr-experience { padding:0 14px;margin-top:48px; }
  .emr-explore-heading h2 { font-size:25px; }
  .emr-live { display:none; }
  .emr-tabs { overflow-x:auto;display:flex;gap:4px;padding:4px; }
  .emr-tabs button { flex:0 0 auto;padding:12px 14px;font-size:12px; }
  .emr-frame-toolbar { padding:0 11px; }
  .emr-sample-label { display:none; }
  .emr-frame-actions { gap:9px; }
  .emr-tour-caption { gap:10px; }
  .emr-tour-caption>div { flex:1; }
  .emr-tour-caption strong { display:block;margin-top:6px; }
  .emr-tour-caption>button { padding:11px;font-size:10px; }
  .emr-tour-caption p { font-size:12px; }
  .emr-demo-note { font-size:10px;line-height:1.7;max-width:300px;margin:20px auto 0; }
  .emr-mobile-note { display:block; }
  .emr-product-frame.is-expanded { inset:0;border:0;border-radius:0; }
  .emr-product-frame.is-expanded .emr-viewport { max-height:calc(100dvh - 46px); }
}
@media(prefers-reduced-motion:reduce) {
  .emr-hero * { scroll-behavior:auto!important;transition:none!important; }
}
