/*
Theme Name: Euromaket
Theme URI: https://www.euromarket.ro/
Author: Euro Market / Ionut Socol
Author URI: https://www.euromarket.ro/
Description: Tema WordPress premium, mobile-first, pentru mobilier la comanda, proiecte de amenajare si local business. Include SEO tehnic, date structurale JSON-LD, Customizer, caruseluri, galerii, formular de contact si structura semantică prietenoasă cu motoarele de cautare si motoarele AI.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: euromaket
Tags: custom-logo, custom-menu, featured-images, full-width-template, one-column, two-columns, accessibility-ready, custom-colors, portfolio, blog, e-commerce
*/


:root {
  --ems-bg-black: #070707;       /* Fundal negru */
  --ems-title: #c79b63;          /* culoarea principala: auriu */
  --ems-subtitle: #c7192d;       /* culoarea secundara: rosu */
  --ems-undertitle: #ead9bf;     /* culoarea a treia: crem */
  --ems-txt-main: #ffffff;       /* culoarea textului: alb */
  --ems-txt-list: #f3f3f3;       /* culoarea listelor: gri foarte deschis */
  --ems-txt-bold: #ead9bf;       /* culoarea textului ingrosat: crem */

  --ems-bg-soft: #111111;
  --ems-bg-panel: #161616;
  --ems-paper: #f6f3ee;
  --ems-paper-2: #ffffff;
  --ems-ink: #141414;
  --ems-muted: #d5d1ca;
  --ems-border: rgba(234, 217, 191, 0.22);
  --ems-shadow: 0 20px 60px rgba(0,0,0,.35);
  --ems-radius: 18px;
  --ems-radius-small: 10px;
  --ems-container: min(1180px, calc(100vw - 32px));
  
  --ems-font: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ems-font-ultralight: 100;
  --ems-font-light: 300;
  --ems-font-standard: 400;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ems-bg-black);
  color: var(--ems-txt-main);
  font-family: var(--ems-font);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .ems-site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
a:hover, a:focus { color: var(--ems-title); }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--ems-title); color: #111; }

.screen-reader-text, .sr-only {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto !important; clip-path: none; display: block; height: auto; left: 8px; top: 8px; width: auto; z-index: 100000;
  background: #fff; color: #111; padding: 10px 14px; border-radius: 6px;
}

h1, h2, h3, h4, h5, h6 { margin: 0 0 .75rem; letter-spacing: -0.035em; line-height: 1.08; }
h1, .ems-h1 {
  color: var(--ems-title);
  font-weight: 200;
  font-size: clamp(2.65rem, 11.5vw, 5.9rem);
  max-width: 960px;
}
h2, .ems-h2 {
  color: var(--ems-subtitle);
  font-weight: 300;
  font-size: clamp(1.85rem, 7vw, 3.1rem);
}
h3, .ems-h3 {
  color: var(--ems-undertitle);
  font-weight: 400;
  font-size: clamp(1.35rem, 4.2vw, 2.05rem);
}
h4, .ems-h4 {
  color: var(--ems-undertitle);
  font-weight: 400;
  font-size: clamp(1.05rem, 3.2vw, 1.3rem);
  letter-spacing: .01em;
}
p {
  margin: 0 0 1.05rem;
  line-height: 1.5;
  text-align: justify;
  color: var(--ems-txt-main);
}
strong, b, .ems-txt-bold { color: var(--ems-txt-bold); font-weight: 600; }
ul, ol {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  line-height: 1.15;
  text-align: left;
  color: var(--ems-txt-list);
}
li { margin: .45rem 0; }

.ems-container { width: var(--ems-container); margin: 0 auto; }
.ems-section { padding: clamp(56px, 9vw, 112px) 0; }
.ems-section-tight { padding: clamp(34px, 7vw, 72px) 0; }
.ems-section-paper { background: var(--ems-paper); color: var(--ems-ink); }
.ems-section-paper p { color: #272727; }
.ems-section-paper h3, .ems-section-paper h4 { color: #141414; }
.ems-section-paper strong, .ems-section-paper b { color: #9b7042; }
.ems-grid { display: grid; gap: 18px; }
.ems-eyebrow {
  color: var(--ems-title);
  text-transform: uppercase;
  font-size: .74rem;
  letter-spacing: .18em;
  font-weight: 600;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ems-eyebrow::after { content: ""; width: 44px; height: 1px; background: currentColor; opacity: .8; }
.ems-lead { font-size: clamp(1.02rem, 2.8vw, 1.2rem); max-width: 690px; color: rgba(255,255,255,.88); }
.ems-kicker { color: var(--ems-muted); max-width: 740px; }
.ems-link-arrow { color: var(--ems-title); font-weight: 600; letter-spacing: .02em; display: inline-flex; align-items: center; gap: 8px; }
.ems-link-arrow::after { content: "→"; transition: transform .25s ease; }
.ems-link-arrow:hover::after { transform: translateX(4px); }

.ems-btn {
  border: 1px solid var(--ems-border);
  background: transparent;
  color: var(--ems-txt-main);
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  font-weight: 700;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}
.ems-btn::after { content: "→"; font-size: 1rem; line-height: 1; }
.ems-btn:hover, .ems-btn:focus { transform: translateY(-2px); border-color: var(--ems-title); color: #fff; }
.ems-btn-primary { background: var(--ems-title); border-color: var(--ems-title); color: #111; }
.ems-btn-primary:hover, .ems-btn-primary:focus { color: #111; filter: brightness(1.08); }
.ems-btn-secondary { background: var(--ems-subtitle); border-color: var(--ems-subtitle); color: #fff; }
.ems-btn-ghost { background: rgba(0,0,0,.22); backdrop-filter: blur(10px); }

.ems-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  color: #fff;
  background: linear-gradient(180deg, rgba(0,0,0,.80), rgba(0,0,0,.24) 75%, rgba(0,0,0,0));
  transition: background .25s ease, box-shadow .25s ease;
}
.ems-site-header.is-scrolled { background: rgba(7,7,7,.94); box-shadow: 0 16px 42px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.ems-header-inner {
  width: min(1260px, calc(100vw - 28px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 18px;
}
.ems-logo { display: flex; align-items: center; gap: 12px; min-width: 0; }
.ems-logo img { width: 176px; height: auto; }
.ems-logo-text { display: grid; line-height: 1; }
.ems-logo-text span:first-child { font-size: 1.15rem; letter-spacing: .22em; font-weight: 800; }
.ems-logo-text span:last-child { color: var(--ems-undertitle); font-size: .72rem; letter-spacing: .28em; margin-top: 5px; }
.ems-nav-wrap { display: flex; align-items: center; gap: 20px; }
.ems-menu-toggle { display: inline-flex; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.28); background: rgba(0,0,0,.15); color: #fff; align-items: center; justify-content: center; }
.ems-menu-toggle span, .ems-menu-toggle span::before, .ems-menu-toggle span::after { display:block; width:20px; height:2px; background:currentColor; position:relative; transition:.25s; }
.ems-menu-toggle span::before, .ems-menu-toggle span::after { content:""; position:absolute; left:0; }
.ems-menu-toggle span::before { top:-7px; }
.ems-menu-toggle span::after { top:7px; }
.ems-menu-toggle[aria-expanded="true"] span { background: transparent; }
.ems-menu-toggle[aria-expanded="true"] span::before { top:0; transform: rotate(45deg); }
.ems-menu-toggle[aria-expanded="true"] span::after { top:0; transform: rotate(-45deg); }
.ems-primary-menu {
  position: fixed;
  inset: 74px 0 auto 0;
  display: none;
  flex-direction: column;
  gap: 0;
  background: rgba(7,7,7,.98);
  border-top: 1px solid var(--ems-border);
  box-shadow: 0 20px 50px rgba(0,0,0,.45);
  padding: 12px 22px 24px;
  list-style: none;
  margin: 0;
}
.ems-primary-menu.is-open { display: flex; }
.ems-primary-menu li { margin: 0; }
.ems-primary-menu a {
  display: flex;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  font-weight: 700;
}
.ems-primary-menu .current-menu-item > a, .ems-primary-menu a:hover { color: var(--ems-title); }
.ems-header-actions { display: none; align-items: center; gap: 14px; }
.ems-phone { font-weight: 800; letter-spacing: .08em; white-space: nowrap; color: #fff; font-size: .84rem; }

.ems-hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
  background: #050505;
}
.ems-hero-slider { position: absolute; inset: 0; }
.ems-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 900ms ease;
  background-position: center;
  background-size: cover;
}
.ems-hero-slide.is-active { opacity: 1; }
.ems-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.78) 42%, rgba(0,0,0,.22) 100%),
    linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.82));
}
.ems-hero-content {
  position: relative;
  z-index: 2;
  width: var(--ems-container);
  margin: 0 auto;
  padding: 128px 0 44px;
}
.ems-hero h1 { margin-bottom: 22px; }
.ems-hero h1 .ems-red { color: var(--ems-subtitle); }
.ems-hero p { max-width: 610px; color: rgba(255,255,255,.88); }
.ems-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.ems-hero-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 34px;
  max-width: 860px;
}
.ems-benefit { display: flex; align-items: center; gap: 10px; color: var(--ems-txt-list); font-size: .83rem; line-height: 1.25; }
.ems-icon {
  width: 36px;
  height: 36px;
  border: 1px solid var(--ems-border);
  color: var(--ems-title);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.ems-hero-dots { display: flex; gap: 8px; margin-top: 24px; }
.ems-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.35); border: 0; padding: 0; }
.ems-dot.is-active { background: var(--ems-title); }

.ems-card {
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--ems-radius-small);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}
.ems-paper-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  color: #111;
  box-shadow: 0 15px 40px rgba(0,0,0,.055);
}
.ems-paper-card p { color: #333; }
.ems-service-grid { grid-template-columns: 1fr; }
.ems-service-card { min-height: 380px; position: relative; isolation: isolate; display: flex; align-items: flex-end; padding: 22px; background: #0d0d0d; }
.ems-service-card::before { content:""; position:absolute; inset:0; background: var(--image) center/cover no-repeat; z-index:-2; transform: scale(1.02); transition: transform .6s ease; }
.ems-service-card::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.86)); z-index:-1; }
.ems-service-card:hover::before { transform: scale(1.07); }
.ems-service-card h3 { color: #fff; max-width: 260px; }
.ems-service-card p { color: rgba(255,255,255,.83); text-align:left; font-size:.94rem; }
.ems-card-label { color: var(--ems-title); font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }

.ems-process { background: #0c0c0c; position: relative; overflow: hidden; }
.ems-process::before { content:""; position:absolute; inset:0; background: url('assets/images/process-dark.jpg') center/cover no-repeat; opacity:.18; }
.ems-process .ems-container { position: relative; z-index: 2; }
.ems-process-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 30px; }
.ems-process-step { text-align: left; position: relative; padding: 20px 0 0 54px; }
.ems-process-step .ems-icon { position: absolute; left: 0; top: 17px; }
.ems-step-number { color: var(--ems-title); font-weight: 800; letter-spacing: .12em; font-size: .75rem; }
.ems-process-step p { color: var(--ems-muted); text-align:left; font-size:.94rem; }

.ems-project-grid { grid-template-columns: 1fr; }
.ems-project-card { background: #fff; color: #111; border: 1px solid rgba(0,0,0,.08); overflow: hidden; }
.ems-project-media { aspect-ratio: 4/3; overflow: hidden; background: #ddd; }
.ems-project-media img { width:100%; height:100%; object-fit:cover; transition: transform .55s ease; }
.ems-project-card:hover .ems-project-media img { transform: scale(1.06); }
.ems-project-body { padding: 18px; }
.ems-project-body h3 { color:#151515; font-size:1.08rem; letter-spacing:-.02em; margin-bottom:.35rem; }
.ems-project-body p { color:#424242; text-align:left; font-size:.92rem; margin:0; }

.ems-split { grid-template-columns: 1fr; align-items: center; gap: 30px; }
.ems-split-media { border-radius: var(--ems-radius-small); overflow: hidden; min-height: 300px; box-shadow: var(--ems-shadow); }
.ems-split-media img { width: 100%; height: 100%; object-fit: cover; }
.ems-feature-list { list-style: none; padding: 0; margin-top: 20px; }
.ems-feature-list li { display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; border-bottom: 1px solid rgba(0,0,0,.08); color:#333; }
.ems-feature-list li::before { content: "✓"; color: var(--ems-title); font-weight: 800; }

.ems-gallery-wrap { position: relative; overflow: hidden; }
.ems-carousel-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 0 18px; scrollbar-width: thin; }
.ems-carousel-track > * { scroll-snap-align: start; flex: 0 0 min(82vw, 360px); }
.ems-gallery-item { border-radius: var(--ems-radius-small); overflow: hidden; position: relative; aspect-ratio: 4/3; background:#111; }
.ems-gallery-item img { width:100%; height:100%; object-fit:cover; transition: transform .55s ease; }
.ems-gallery-item:hover img { transform:scale(1.06); }
.ems-gallery-item span { position:absolute; left:14px; bottom:14px; background:rgba(0,0,0,.66); color:#fff; padding:8px 10px; border:1px solid rgba(255,255,255,.12); }
.ems-carousel-controls { display:flex; gap:10px; justify-content:flex-end; margin-top: 10px; }
.ems-carousel-btn { width:42px; height:42px; border-radius:50%; border:1px solid var(--ems-border); color:#fff; background:rgba(255,255,255,.04); }

.ems-testimonials { background: var(--ems-paper); color:#111; }
.ems-testimonial-card { padding: 24px; background:#fff; border:1px solid rgba(0,0,0,.08); min-height: 220px; }
.ems-stars { color: var(--ems-title); letter-spacing: .1em; margin-bottom: 12px; }
.ems-testimonial-card p { color:#2b2b2b; text-align:left; }
.ems-person { display:flex; gap:12px; align-items:center; margin-top: 16px; }
.ems-avatar { width:42px; height:42px; border-radius:50%; background: var(--ems-title); color:#111; display:flex; align-items:center; justify-content:center; font-weight:800; }

.ems-faq { display: grid; gap: 12px; }
.ems-faq-item { border: 1px solid rgba(0,0,0,.12); background:#fff; }
.ems-faq-question { width: 100%; border:0; background:transparent; padding:18px; text-align:left; display:flex; justify-content:space-between; gap:20px; color:#111; font-weight:700; }
.ems-faq-question::after { content:"+"; font-size:1.2rem; }
.ems-faq-item.is-open .ems-faq-question::after { content:"−"; }
.ems-faq-answer { display:none; padding:0 18px 18px; color:#333; }
.ems-faq-answer p { color:#333; text-align:left; }
.ems-faq-item.is-open .ems-faq-answer { display:block; }

.ems-cta { position: relative; overflow:hidden; padding: 50px 0; background:#050505; }
.ems-cta::before { content:""; position:absolute; inset:0; background:var(--cta-image, url('assets/images/cta-dark.jpg')) center/cover no-repeat; opacity:.36; }
.ems-cta::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.34)); }
.ems-cta-inner { position: relative; z-index: 2; width: var(--ems-container); margin:0 auto; display:grid; gap:24px; align-items:center; }
.ems-cta p { max-width: 720px; color: rgba(255,255,255,.86); }

.ems-site-footer { background:#090909; border-top:1px solid rgba(255,255,255,.08); color:#fff; }
.ems-footer-grid { display:grid; grid-template-columns: 1fr; gap:28px; padding: 42px 0; }
.ems-footer-title { color:#fff; text-transform:uppercase; letter-spacing:.12em; font-size:.78rem; font-weight:800; margin-bottom:12px; }
.ems-footer-links { list-style:none; padding:0; margin:0; }
.ems-footer-links li { margin:8px 0; }
.ems-footer-links a { color:rgba(255,255,255,.72); }
.ems-footer-links a:hover { color: var(--ems-title); }
.ems-footer-bottom { border-top:1px solid rgba(255,255,255,.08); padding:18px 0; display:flex; flex-wrap:wrap; justify-content:space-between; gap:12px; color:rgba(255,255,255,.52); font-size:.84rem; }
.ems-mini-gallery { display:grid; grid-template-columns: repeat(3, 1fr); gap:6px; max-width: 210px; }
.ems-mini-gallery img { aspect-ratio: 1; object-fit:cover; border:1px solid rgba(255,255,255,.12); }

.ems-page-hero { min-height: 58svh; display:grid; align-items:end; position:relative; isolation:isolate; background:#070707; padding: 118px 0 48px; overflow:hidden; }
.ems-page-hero::before { content:""; position:absolute; inset:0; background: var(--page-image, url('assets/images/hero-01.jpg')) center/cover no-repeat; z-index:-2; opacity:.74; }
.ems-page-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.42)); z-index:-1; }
.ems-page-content { background: var(--ems-paper); color:#111; padding: clamp(44px, 8vw, 90px) 0; }
.ems-page-content p { color:#272727; }
.ems-page-content a { color:#8c5d2f; font-weight:700; }
.ems-content-narrow { max-width: 900px; }

.ems-contact-grid { grid-template-columns: 1fr; gap: 18px; }
.ems-contact-card { padding: 22px; background:#fff; color:#111; border:1px solid rgba(0,0,0,.08); }
.ems-contact-card h3 { color:#111; font-size:1.2rem; }
.ems-form { display:grid; gap: 12px; }
.ems-form-row { display:grid; grid-template-columns: 1fr; gap:12px; }
.ems-form input, .ems-form select, .ems-form textarea {
  width:100%; border:1px solid rgba(0,0,0,.14); background:#fff; color:#111; padding:14px 13px; border-radius: 2px; outline:none;
}
.ems-form textarea { min-height: 150px; resize: vertical; }
.ems-form input:focus, .ems-form select:focus, .ems-form textarea:focus { border-color: var(--ems-title); box-shadow: 0 0 0 3px rgba(199,155,99,.16); }
.ems-form-note { color:#565656; font-size:.88rem; text-align:left; }
.ems-form-success { padding: 14px 16px; background: #e9f6ee; color:#14572a; border:1px solid #b6dfc4; margin-bottom: 18px; }
.ems-map { min-height: 330px; background:#0e0e0e; border-radius: var(--ems-radius-small); overflow:hidden; display:grid; place-items:center; color:#fff; position:relative; isolation:isolate; }
.ems-map::before { content:""; position:absolute; inset:0; background:url('assets/images/project-02.jpg') center/cover no-repeat; opacity:.38; z-index:-2; filter: grayscale(1); }
.ems-map::after { content:""; position:absolute; inset:0; background: radial-gradient(circle at center, rgba(199,155,99,.22), rgba(0,0,0,.82)); z-index:-1; }
.ems-map-box { background:rgba(0,0,0,.76); border:1px solid var(--ems-border); padding:22px; max-width: 320px; }

.ems-reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.ems-reveal.is-visible { opacity: 1; transform: translateY(0); }

.wp-block-image img, .wp-block-gallery img { border-radius: var(--ems-radius-small); }
.alignwide { width: min(1180px, calc(100vw - 32px)); margin-left:auto; margin-right:auto; }
.alignfull { width:100%; max-width:none; }

@media (min-width: 580px) {
  .ems-hero-benefits { grid-template-columns: repeat(4, 1fr); }
  .ems-form-row { grid-template-columns: 1fr 1fr; }
  .ems-contact-grid { grid-template-columns: repeat(2, 1fr); }
  .ems-project-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 800px) {
  .ems-service-grid { grid-template-columns: repeat(2, 1fr); }
  .ems-process-grid { grid-template-columns: repeat(5, 1fr); }
  .ems-process-step { text-align:center; padding: 0 8px; }
  .ems-process-step .ems-icon { position:static; margin:0 auto 14px; }
  .ems-process-step p { text-align:center; }
  .ems-split { grid-template-columns: 1fr 1.05fr; }
  .ems-footer-grid { grid-template-columns: 1.4fr .8fr .8fr 1fr 1fr; }
  .ems-cta-inner { grid-template-columns: 1fr auto; }
}
@media (min-width: 1024px) {
  .ems-menu-toggle { display:none; }
  .ems-primary-menu {
    position: static; display:flex !important; flex-direction: row; gap: 24px; background: transparent; box-shadow:none; border:0; padding:0; inset:auto;
  }
  .ems-primary-menu a { border:0; padding: 28px 0; font-size:.72rem; }
  .ems-header-actions { display:flex; }
  .ems-service-grid { grid-template-columns: repeat(5, 1fr); }
  .ems-project-grid { grid-template-columns: repeat(4, 1fr); }
  .ems-contact-grid { grid-template-columns: repeat(4, 1fr); }
  .ems-hero-content { padding-top: 150px; }
}
@media (max-width: 782px) { body.admin-bar .ems-site-header { top: 46px; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
.ems-logo .custom-logo-link { display:flex; align-items:center; }
.ems-logo .custom-logo-link img { max-width: 190px; height:auto; }


body {
  font-family: var(--ems-font);
  font-weight: var(--ems-font-standard);
}

h1 {
  font-family: var(--ems-font);
  font-weight: var(--ems-font-ultralight);
  color: var(--ems-title);
}

h2 {
  font-family: var(--ems-font);
  font-weight: var(--ems-font-light);
  color: var(--ems-subtitle);
}

h3,
h4 {
  font-family: var(--ems-font);
  font-weight: var(--ems-font-standard);
  color: var(--ems-undertitle);
}

