/*
Theme Name: Lion Group
Theme URI: https://liongroup.ind.br/
Author: Lion Group
Author URI: https://liongroup.ind.br/
Description: Tema institucional da Lion Group — válvulas pump, gatilhos trigger, mini trigger, dosadores, válvulas recrave, espumadoras e spray nasal. Laranja, preto e cinza, com mega-menu, famílias de produto, aplicações e SEO embutido.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lion-group
Tags: business, portfolio, custom-menu, featured-images, full-width-template
*/

/* ============================================================
   LION GROUP — Site institucional
   Design tokens + base + componentes
   ============================================================ */

:root {
  /* Brand */
  --orange: #F26522;          /* Lion orange */
  --orange-600: #E0541A;
  --orange-700: #C2451200;    /* placeholder, overwritten below */
  --orange-700: #C24512;
  --orange-050: #FDF0E8;
  --orange-100: #FBE0D2;

  /* Ink / neutrals */
  --ink: #141414;
  --ink-2: #1f1f1f;
  --ink-soft: #3a3a3c;
  --gray-700: #4b4b4f;
  --gray-500: #76767b;
  --gray-400: #9a9aa0;
  --gray-300: #c9c9ce;
  --gray-200: #e4e4e7;
  --gray-100: #f1f1f2;
  --gray-050: #f7f7f8;
  --paper: #ffffff;

  /* Semantic */
  --bg: var(--paper);
  --text: var(--ink);
  --muted: var(--gray-500);
  --line: var(--gray-200);
  --accent: var(--orange);

  /* Type */
  --font-display: "Montserrat", "Segoe UI", sans-serif;
  --font-body: "Montserrat", "Segoe UI", sans-serif;

  /* Spacing rhythm */
  --maxw: 1240px;
  --gut: clamp(20px, 5vw, 64px);
  --radius: 14px;
  --radius-sm: 9px;

  /* Header */
  --header-h: 76px;

  --shadow-sm: 0 1px 2px rgba(20,20,20,.05), 0 1px 3px rgba(20,20,20,.06);
  --shadow-md: 0 10px 30px -12px rgba(20,20,20,.22);
  --shadow-lg: 0 24px 60px -20px rgba(20,20,20,.28);
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}

p { margin: 0; text-wrap: pretty; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gut); }
.section { padding-block: clamp(56px, 9vw, 120px); }
.section--tight { padding-block: clamp(40px, 6vw, 72px); }
.bg-ink { background: var(--ink); color: #fff; }
.bg-ink h1, .bg-ink h2, .bg-ink h3, .bg-ink h4 { color: #fff; }
.bg-soft { background: var(--gray-050); }
.bg-orange { background: var(--orange); color: #fff; }
.bg-orange h1,.bg-orange h2,.bg-orange h3 { color:#fff; }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--orange);
  display: inline-block;
}
.bg-ink .eyebrow, .bg-orange .eyebrow { color: var(--orange); }
.bg-orange .eyebrow { color: #fff; }
.bg-orange .eyebrow::before { background:#fff; }

.lead { font-size: clamp(18px, 2vw, 21px); color: var(--gray-700); max-width: 60ch; }
.bg-ink .lead { color: rgba(255,255,255,.74); }

/* Display sizes */
.d1 { font-size: clamp(40px, 6.4vw, 84px); }
.d2 { font-size: clamp(31px, 4.4vw, 56px); }
.d3 { font-size: clamp(24px, 3vw, 36px); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
  letter-spacing: .005em;
  white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; }
.btn--primary { background: var(--orange); color: #fff; }
.btn--primary:hover { background: var(--orange-600); transform: translateY(-1px); }
.new-tag { display:inline-grid; place-items:center; background:#fff; color:var(--orange); font-family:var(--font-display); font-weight:800; font-size:9px; letter-spacing:.1em; padding:3px 7px; border-radius:999px; line-height:1; margin-left:2px; box-shadow:0 2px 6px rgba(0,0,0,.18); }
/* aviso de cookies (LGPD) */
.cookie-bar { position:fixed; left:50%; transform:translateX(-50%); bottom:14px; z-index:97; display:flex; align-items:center; gap:18px; max-width:min(680px, calc(100vw - 200px)); background:var(--ink); color:rgba(255,255,255,.85); border-radius:14px; padding:12px 14px 12px 20px; box-shadow:0 16px 40px rgba(20,20,20,.34); }
.cookie-bar p { margin:0; font-size:13px; line-height:1.5; }
.cookie-bar a { color:#fff; text-decoration:underline; }
.cookie-bar a:hover { color:var(--orange); }
.cookie-bar .btn { flex:none; padding:9px 16px; font-size:13px; }
@media (max-width:760px){ .cookie-bar { left:10px; right:10px; transform:none; bottom:10px; max-width:none; flex-direction:column; align-items:stretch; gap:10px; } }

/* botão flutuante de idioma (bandeiras) — canto inferior esquerdo */
.lang-fab { position:fixed; left:18px; bottom:18px; z-index:96; display:flex; flex-direction:column; align-items:flex-start; gap:10px; }
.lang-fab__toggle {
  width:52px; height:52px; border-radius:50%; border:0; cursor:pointer; padding:0;
  background:#fff; box-shadow:0 8px 24px rgba(20,20,20,.24); display:grid; place-items:center;
  transition:transform .2s ease, box-shadow .2s ease;
}
.lang-fab__toggle:hover { transform:translateY(-2px); box-shadow:0 12px 28px rgba(20,20,20,.3); }
.lang-fab__flag { display:block; width:28px; height:28px; border-radius:50%; overflow:hidden; box-shadow:inset 0 0 0 1px rgba(0,0,0,.1); flex:none; }
.lang-fab__flag svg { display:block; width:100%; height:100%; }
.lang-fab__toggle .lang-fab__flag { width:36px; height:36px; }
.lang-fab__menu {
  background:#fff; border:1px solid var(--line); border-radius:16px; padding:6px;
  box-shadow:0 16px 40px rgba(20,20,20,.24);
  display:flex; flex-direction:column; gap:2px; min-width:212px;
  opacity:0; transform:translateY(8px) scale(.97); transform-origin:bottom left;
  pointer-events:none; transition:opacity .18s ease, transform .18s ease;
}
.lang-fab.is-open .lang-fab__menu { opacity:1; transform:none; pointer-events:auto; }
.lang-fab__opt {
  display:flex; align-items:center; gap:11px; width:100%; text-align:left;
  border:0; background:transparent; cursor:pointer; padding:9px 12px 9px 9px; border-radius:11px;
  font-family:var(--font-display);
}
.lang-fab__opt:hover, .lang-fab__opt.is-active { background:var(--gray-050); }
.lang-fab__txt { display:flex; flex-direction:column; line-height:1.25; }
.lang-fab__txt strong { font-size:13.5px; font-weight:700; color:var(--ink); }
.lang-fab__txt small { font-size:11px; color:var(--muted); }
.lang-fab__check { margin-left:auto; color:var(--orange); display:grid; place-items:center; }
.lang-fab__check svg { width:16px; height:16px; }
@media (max-width:760px){ .lang-fab { left:10px; bottom:12px; } .lang-fab__toggle { width:48px; height:48px; } .lang-fab__toggle .lang-fab__flag { width:33px; height:33px; } }
/* (legado) seletor de idioma do menu */
.lang-switch { display:flex; gap:2px; background:var(--gray-050); border:1px solid var(--line); border-radius:999px; padding:3px; }
.lang-switch button { border:0; background:transparent; font-family:var(--font-display); font-weight:700; font-size:11.5px; letter-spacing:.04em; color:var(--muted); padding:5px 9px; border-radius:999px; cursor:pointer; transition:.15s; }
.lang-switch button:hover { color:var(--ink); }
.lang-switch button.is-active { background:var(--ink); color:#fff; }
@media (max-width:560px){ .lang-switch button { padding:4px 7px; font-size:10.5px; } }
/* google translate: esconde banner/widget */
#google_translate_element, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, .skiptranslate iframe { display:none !important; }
body { top:0 !important; }
font font { background:transparent !important; box-shadow:none !important; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--gray-300); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--light { background:#fff; color: var(--ink); }
.btn--light:hover { transform: translateY(-1px); }
.btn--onlight-link { padding-inline: 0; background: transparent; color: var(--ink); }
.btn--onlight-link:hover { color: var(--orange); }

.link-arrow { display:inline-flex; align-items:center; gap:8px; font-weight:600; color:var(--orange); }
.link-arrow svg { width:16px; height:16px; transition: transform .2s ease; }
.link-arrow:hover svg { transform: translateX(4px); }

/* ============================================================
   HEADER + MEGA MENU
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
/* Header variant — dark */
body[data-header="dark"] .site-header { background: rgba(18,18,18,.88); border-bottom-color: rgba(255,255,255,.1); }
body[data-header="dark"] .brand__mark { color: #fff; }
body[data-header="dark"] .nav__link { color: rgba(255,255,255,.72); }
body[data-header="dark"] .nav__link:hover,
body[data-header="dark"] .nav__item.is-open .nav__link { color: #fff; background: rgba(255,255,255,.08); }
body[data-header="dark"] .btn--ghost { color:#fff; border-color: rgba(255,255,255,.28); }
body[data-header="dark"] .btn--ghost:hover { border-color:#fff; }
body[data-header="dark"] .hamb span { background:#fff; }
.site-header__inner {
  height: var(--header-h);
  display: flex; align-items: center; gap: 28px;
  max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gut);
}
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { height: 34px; width: auto; }
.brand__logo { height: 38px; width: auto; display: block; }
.brand__logo--white { display: none; }
body[data-header="dark"] .brand__logo--color { display: none; }
body[data-header="dark"] .brand__logo--white { display: block; }
.brand__mark {
  font-family: var(--font-display); font-weight: 700; font-size: 20px;
  letter-spacing: -.02em; color: var(--ink); display:flex; align-items:center; gap:9px;
}
.brand__mark b { color: var(--orange); }

.nav { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 16px; border-radius: 999px;
  font-weight: 500; font-size: 15.5px; color: var(--ink-soft);
  transition: color .15s ease, background .15s ease;
}
.nav__link:hover, .nav__item.is-open .nav__link { color: var(--ink); background: var(--gray-100); }
.nav__link--lab { background: var(--ink); color: #fff; font-weight: 600; padding: 9px 16px; }
.nav__link--lab:hover, .nav__item.is-open .nav__link--lab { background: #000; color: #fff; }
body[data-header="dark"] .nav__link--lab { background: #fff; color: var(--ink); }
body[data-header="dark"] .nav__link--lab:hover { background: rgba(255,255,255,.88); color: var(--ink); }
.nav__link--lab .new-tag { background: var(--orange); color: #fff; }
body[data-header="dark"] .nav__link--lab .new-tag { background: var(--orange); color: #fff; }
.nav__link .chev { width: 14px; height: 14px; transition: transform .2s ease; color: var(--gray-400); }
.nav__item.is-open .nav__link .chev { transform: rotate(180deg); }

.header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.header-actions .btn { padding: 10px 18px; font-size: 14px; }

/* ---- Busca no header ---- */
.hsearch-btn { width:40px; height:40px; border-radius:50%; border:1px solid var(--line); background:#fff; color:var(--ink); display:grid; place-items:center; cursor:pointer; transition:.18s; flex:none; }
.hsearch-btn:hover { border-color:var(--orange); color:var(--orange); }
body[data-header="dark"] .hsearch-btn { background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.28); color:#fff; }
body[data-header="dark"] .hsearch-btn:hover { border-color:#fff; color:#fff; }
.hsearch { position:fixed; top:var(--header-h); left:0; right:0; z-index:80; background:#fff; border-bottom:1px solid var(--line); box-shadow:0 30px 60px -28px rgba(20,20,20,.5); opacity:0; visibility:hidden; transform:translateY(-8px); transition:opacity .2s ease, transform .2s ease, visibility .2s; }
.hsearch.is-open { opacity:1; visibility:visible; transform:translateY(0); }
.hsearch__bar { display:flex; align-items:center; gap:14px; max-width:760px; margin:0 auto; padding:20px clamp(20px,5vw,40px) 14px; color:var(--muted); }
.hsearch__bar > svg { flex:none; color:var(--orange); }
.hsearch__bar input { flex:1; border:0; outline:0; background:none; font-family:var(--font-display); font-weight:600; font-size:clamp(18px,2.2vw,24px); color:var(--ink); letter-spacing:-.01em; }
.hsearch__bar input::placeholder { color:var(--gray-400); font-weight:500; }
.hsearch__close { flex:none; border:1px solid var(--line); background:var(--gray-050); border-radius:8px; padding:5px 10px; font-size:11px; font-weight:700; letter-spacing:.08em; color:var(--muted); cursor:pointer; }
.hsearch__close:hover { border-color:var(--orange); color:var(--orange); }
.hsearch__results { max-width:760px; margin:0 auto; padding:4px clamp(20px,5vw,40px) 26px; max-height:62vh; overflow-y:auto; }
.hsearch__empty { padding:18px 4px 24px; color:var(--muted); font-size:14px; line-height:1.6; text-wrap:pretty; }
.hsearch__group-head { display:flex; align-items:center; justify-content:space-between; padding:6px 4px; font-size:11px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); }
.hsearch__clear { border:0; background:none; color:var(--orange); font-size:12px; font-weight:700; letter-spacing:.02em; text-transform:none; cursor:pointer; }
.hsearch__recent { display:flex; align-items:center; gap:11px; width:100%; text-align:left; border:0; background:none; padding:11px 4px; font-size:15px; color:var(--ink); cursor:pointer; border-radius:8px; }
.hsearch__recent:hover { background:var(--gray-050); }
.hsearch__recent svg { color:var(--gray-400); flex:none; }
.hsearch__hit { display:flex; align-items:center; gap:14px; padding:12px 10px; border-radius:12px; text-decoration:none; color:var(--ink); transition:background .15s; }
.hsearch__hit:hover { background:var(--gray-050); }
.hsearch__hit-type { flex:none; width:78px; font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); }
.hsearch__hit-type--familia { color:var(--orange); }
.hsearch__hit-main { flex:1; min-width:0; display:flex; flex-direction:column; gap:2px; }
.hsearch__hit-title { font-family:var(--font-display); font-weight:600; font-size:16px; letter-spacing:-.01em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.hsearch__hit-title mark { background:rgba(242,101,34,.18); color:inherit; border-radius:3px; padding:0 1px; }
.hsearch__hit-sub { font-size:13px; color:var(--muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.hsearch__hit-go { flex:none; color:var(--gray-400); opacity:0; transform:translateX(-4px); transition:.15s; }
.hsearch__hit:hover .hsearch__hit-go { opacity:1; transform:translateX(0); color:var(--orange); }
body.hsearch-open { overflow:hidden; }
@media (max-width:900px){ .hsearch-btn { width:38px; height:38px; } }

/* Mega menu panel */
.mega {
  position: fixed; left: 0; right: 0; top: var(--header-h);
  z-index: 85;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
  pointer-events: none;
}
.mega.is-open { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.mega__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 40px var(--gut) 44px;
  display: grid; grid-template-columns: 1.55fr 1fr; gap: 48px;
}
.mega__col-title {
  font-family: var(--font-body); font-weight: 700; font-size: 12px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gray-400);
  margin: 0 0 18px;
}
.fam-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px 10px; }
.fam-card {
  display: flex; flex-direction: column; gap: 10px;
  padding: 14px 12px; border-radius: 12px;
  border: 1px solid transparent;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.fam-card:hover { background: var(--gray-050); border-color: var(--line); transform: translateY(-2px); }
.fam-card__img {
  height: 76px; display: flex; align-items: center; justify-content: center;
  background: var(--gray-050); border-radius: 9px;
}
.fam-card:hover .fam-card__img { background: var(--orange-050); }
.fam-card__img img { height: 60px; width: auto; object-fit: contain; mix-blend-mode: multiply; }
.fam-card__name { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--ink); }
.fam-card__desc { font-size: 12px; color: var(--muted); line-height: 1.45; }

.app-list { display: flex; flex-direction: column; gap: 2px; }
.app-row {
  display: flex; align-items: center; gap: 14px;
  padding: 11px 12px; border-radius: 10px; transition: background .15s ease;
}
.app-row:hover { background: var(--gray-050); }
.app-row__dot { width: 9px; height: 9px; border-radius: 3px; background: var(--orange); flex: 0 0 auto; }
.app-row__name { font-weight: 500; font-size: 15px; color: var(--ink); }
.app-row__count { margin-left: auto; font-size: 12.5px; color: var(--gray-400); font-variant-numeric: tabular-nums; }
.mega__cta {
  margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line);
  display:flex; align-items:center; justify-content: space-between; gap: 16px;
}
.mega__cta small { color: var(--muted); font-size: 13px; max-width: 30ch; }

/* mega menu — card destaque (Linha Premium) */
.mega__feature { display:block; margin-top:18px; padding:14px; border-radius:16px; background:var(--gray-050); border:1px solid var(--line); text-decoration:none; transition:border-color .15s ease, background .15s ease, transform .15s ease; }
.mega__feature:hover { border-color:var(--orange-100); background:#fff; transform:translateY(-2px); }
.mega__feature-eyebrow { display:flex; align-items:center; gap:8px; font-size:10.5px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--muted); margin-bottom:12px; }
.mega__feature-dot { width:7px; height:7px; border-radius:50%; background:var(--orange); }
.mega__feature { display:grid; grid-template-columns:auto 1fr; grid-template-areas:"eyebrow eyebrow" "pic body"; gap:6px 14px; align-items:center; }
.mega__feature-eyebrow { grid-area:eyebrow; }
.mega__feature-pic { grid-area:pic; width:64px; height:64px; border-radius:12px; overflow:hidden; background:var(--ink); display:grid; place-items:center; }
.mega__feature-pic img { width:100%; height:100%; object-fit:cover; object-position:center 28%; }
.mega__feature-body { grid-area:body; display:flex; flex-direction:column; gap:4px; min-width:0; }
.mega__feature-badge { align-self:flex-start; background:var(--orange); color:#fff; font-family:var(--font-display); font-weight:700; font-size:12px; padding:3px 11px; border-radius:999px; }
.mega__feature-title { font-size:13.5px; color:var(--ink-soft); line-height:1.35; }
.mega__feature-link { font-family:var(--font-display); font-weight:600; font-size:13px; color:var(--orange); display:inline-flex; align-items:center; gap:6px; }
.mega__feature-link svg { width:14px; height:14px; }

/* Simple dropdown (Companhia) */
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 0;
  min-width: 240px; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; box-shadow: var(--shadow-lg); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav__item.is-open .dropdown { opacity: 1; visibility: visible; transform: none; }
.dropdown a {
  display: flex; flex-direction: column; gap: 2px;
  padding: 11px 14px; border-radius: 9px; transition: background .15s ease;
}
.dropdown a:hover { background: var(--gray-050); }
.dropdown a strong { font-weight: 600; font-size: 15px; color: var(--ink); }
.dropdown a span { font-size: 12.5px; color: var(--muted); }

.mega-overlay {
  position: fixed; inset: var(--header-h) 0 0 0; z-index: 80;
  background: rgba(20,20,20,.28); opacity: 0; visibility: hidden;
  transition: opacity .2s ease, visibility .2s;
}
.mega-overlay.is-open { opacity: 1; visibility: visible; }

/* Hamburger */
.hamb { display: none; flex-direction: column; gap: 5px; padding: 10px; margin-right: -8px; background: none; border: 0; }
.hamb span { width: 22px; height: 2px; background: var(--ink); transition: .2s; }

/* Mobile drawer */
.mdrawer {
  position: fixed; inset: 0; z-index: 120; background: #fff;
  transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column; overflow-y: auto;
}
.mdrawer.is-open { transform: none; }
.mdrawer__top { display: flex; align-items: center; justify-content: space-between; padding: 18px var(--gut); border-bottom: 1px solid var(--line); }
.mdrawer__close { background: none; border: 0; font-size: 26px; line-height: 1; color: var(--ink); }
.mdrawer__body { padding: 12px var(--gut) 40px; }
.macc__head {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 18px 0; background: none; border: 0;
  font-family: var(--font-display); font-weight: 600; font-size: 20px; color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.macc__head .chev { width: 18px; height: 18px; color: var(--gray-400); transition: transform .2s; }
.macc.is-open .macc__head .chev { transform: rotate(180deg); }
.macc__panel { display: none; padding: 6px 0 16px; }
.macc.is-open .macc__panel { display: block; }
.macc__panel a { display: block; padding: 11px 0; color: var(--gray-700); font-size: 16px; }
.macc__panel a:hover { color: var(--orange); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--ink); color: rgba(255,255,255,.7); padding-block: 64px 32px; }
.site-footer h4 { color:#fff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 40px; }
.footer-brand__mark { font-family: var(--font-display); font-weight: 700; font-size: 22px; color:#fff; }
.footer-brand__mark b { color: var(--orange); }
.footer-brand__logo { height: 40px; width: auto; display: block; }
.footer-brand p { margin-top: 16px; max-width: 34ch; font-size: 14.5px; color: rgba(255,255,255,.6); }
.footer-col__title { font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); margin: 0 0 18px; }
.footer-col a, .footer-col p { display: block; color: rgba(255,255,255,.72); font-size: 14.5px; padding: 6px 0; transition: color .15s; }
.footer-col a:hover { color: var(--orange); }
.footer-social { display:flex; gap: 10px; margin-top: 8px; }
.footer-social a { width: 38px; height: 38px; border-radius: 9px; border: 1px solid rgba(255,255,255,.16); display: grid; place-items: center; padding: 0; }
.footer-social a:hover { background: var(--orange); border-color: var(--orange); }
.footer-social svg { width: 17px; height: 17px; }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,.45); }
/* Trabalhe Conosco — link destacado no rodapé */
.footer-careers { margin-top: 40px; display: flex; align-items: center; gap: 20px; padding: 22px 26px; border-radius: 16px; background: linear-gradient(100deg, var(--orange), #d8551a); color:#fff; text-decoration:none; box-shadow: 0 18px 40px -20px rgba(242,101,34,.7); transition: transform .18s ease, box-shadow .18s ease; }
.footer-careers:hover { transform: translateY(-2px); box-shadow: 0 24px 50px -20px rgba(242,101,34,.85); }
.footer-careers__ico { width: 52px; height: 52px; flex:0 0 auto; border-radius: 13px; background: rgba(255,255,255,.16); display: grid; place-items: center; color:#fff; }
.footer-careers__ico svg { width: 26px; height: 26px; }
.footer-careers__txt { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.footer-careers__txt strong { font-family: var(--font-display); font-weight: 700; font-size: 19px; color:#fff; }
.footer-careers__txt small { font-size: 13.5px; color: rgba(255,255,255,.85); }
.footer-careers__cta { flex:0 0 auto; display: inline-flex; align-items: center; gap: 8px; background:#fff; color: var(--orange); font-family: var(--font-display); font-weight: 700; font-size: 14px; padding: 11px 20px; border-radius: 999px; }
@media (max-width: 640px){ .footer-careers { flex-direction: column; text-align: center; align-items: center; } .footer-careers__txt { align-items: center; } }

/* ============================================================
   FLOATING WHATSAPP / LION MASCOT BUTTON
   ============================================================ */
.lion-fab {
  position: fixed; right: 18px; bottom: 6px; z-index: 95;
  display: flex; align-items: flex-end; gap: 6px; text-decoration: none;
}
.lion-fab__bubble {
  margin-bottom: 86px;
  background: #fff; color: var(--ink);
  font-family: var(--font-body); font-weight: 600; font-size: 14px;
  padding: 10px 15px; border-radius: 14px; box-shadow: var(--shadow-md);
  white-space: nowrap; display: flex; align-items: center; gap: 8px;
  position: relative;
  transition: transform .22s ease;
}
.lion-fab__bubble::after {
  content: ""; position: absolute; right: -5px; bottom: 16px;
  width: 11px; height: 11px; background: #fff; transform: rotate(45deg);
}
.lion-fab__bubble .lion-fab__bwa { color: #25D366; display: grid; place-items: center; }
.lion-fab__bubble .lion-fab__bwa svg { width: 18px; height: 18px; }
.lion-fab:hover .lion-fab__bubble { transform: translateY(-3px); }

.lion-fab__mascot { position: relative; display: block; }
.lion-fab__mascot img {
  height: 178px; width: auto; display: block;
  filter: drop-shadow(0 16px 22px rgba(20,20,20,.30));
  transform-origin: bottom center;
  transition: transform .25s ease;
  animation: lionBob 4.5s ease-in-out infinite;
}
.lion-fab:hover .lion-fab__mascot img { transform: scale(1.05) rotate(-1.5deg); }
@keyframes lionBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
.lion-fab__ping {
  position: absolute; inset: auto 0 18px 0; height: 40px; border-radius: 50%;
  animation: lionPing 2.4s ease-out infinite;
}
@keyframes lionPing {
  0% { box-shadow: 0 0 0 0 rgba(242,101,34,.5); }
  70% { box-shadow: 0 0 0 14px rgba(242,101,34,0); }
  100% { box-shadow: 0 0 0 0 rgba(242,101,34,0); }
}
@media (prefers-reduced-motion: reduce) {
  .lion-fab__ping, .lion-fab__mascot img { animation: none; }
}

/* ============================================================
   GENERIC PAGE / COMPONENTS
   ============================================================ */
.page-hero { padding-block: clamp(48px, 7vw, 96px) clamp(40px, 5vw, 64px); border-bottom: 1px solid var(--line); }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 22px; display:flex; gap:8px; align-items:center; }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb span { color: var(--gray-300); }

.grid-cards { display: grid; gap: 22px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gray-300); }

.prod-card__media { aspect-ratio: 1/1; background: var(--gray-050); display: grid; place-items: center; padding: 12px; }
.prod-card__media img { width: 94%; height: 94%; object-fit: contain; mix-blend-mode: multiply; }
.prod-card__media img[src*="fam-spray-nasal"] { transform: scale(1.5); }
.fam-card__img img[src*="fam-spray-nasal"] { transform: scale(1.55); }
.prod-card__body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1 0 auto; }
.prod-card__tag { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); font-weight: 600; }
.prod-card__title { font-family: var(--font-display); font-size: 19px; font-weight: 600; margin: 8px 0 6px; }
.prod-card__desc { font-size: 14px; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.8em; }
.prod-card__apps { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.55; color: var(--gray-700); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* stat */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat__num { font-family: var(--font-display); font-weight: 600; font-size: clamp(34px, 4.5vw, 56px); color: var(--ink); letter-spacing: -.03em; line-height: 1; }
.bg-ink .stat__num, .bg-orange .stat__num { color: #fff; }
.stat__num em { font-style: normal; color: var(--orange); }
.bg-orange .stat__num em { color: var(--ink); }
.stat__label { margin-top: 10px; font-size: 14px; color: var(--muted); }
.bg-ink .stat__label { color: rgba(255,255,255,.6); }
.bg-orange .stat__label { color: rgba(255,255,255,.85); }

/* feature tiles */
.feature { display:flex; flex-direction: column; gap: 14px; }
.feature__icon { width: 48px; height: 48px; border-radius: 12px; background: var(--orange-050); color: var(--orange); display:grid; place-items:center; }
.feature__icon svg { width: 24px; height: 24px; }
.feature h3 { font-size: 20px; }
.feature p { color: var(--muted); font-size: 15px; }

/* badge chips */
.chips { display:flex; flex-wrap: wrap; gap: 10px; }
.chip { display:inline-flex; align-items:center; gap:8px; padding: 8px 15px; border-radius: 999px; border:1px solid var(--line); font-size: 13.5px; font-weight: 500; color: var(--ink-soft); background:#fff; }
.chip svg { width: 15px; height: 15px; color: var(--orange); }

/* section heading block */
.sec-head { display:flex; align-items:flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; }
.sec-head__intro { max-width: 56ch; }

/* split */
.split { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.media-frame { border-radius: var(--radius); overflow:hidden; background: var(--gray-100); aspect-ratio: 4/3; }
.media-frame img { width:100%; height:100%; object-fit: cover; }
.media-frame--contain { background: var(--gray-050); display:grid; place-items:center; }
.media-frame--contain img { width:80%; height:80%; object-fit: contain; mix-blend-mode: multiply; }

/* Why Lion — editorial asymmetric split */
.why-lion { position: relative; overflow: hidden; }
.why-lion::after {
  content: "";
  position: absolute; top: -120px; right: -80px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(242,101,34,.14), transparent 65%);
  pointer-events: none;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(24px, 4vw, 56px);
  row-gap: clamp(28px, 4vw, 48px);
  align-items: start;
  position: relative; z-index: 1;
}
.why-copy { grid-column: 1 / 7; grid-row: 1; padding-top: clamp(4px, 2vw, 28px); }
.why-copy .d2 em { font-style: normal; color: var(--orange); }
.why-media {
  grid-column: 7 / 13; grid-row: 1 / 3;
  position: relative; margin: 0;
  margin-top: clamp(-64px, -4vw, -20px);
  margin-right: calc(var(--gut) * -0.6);
}
.why-media::before {
  content: "";
  position: absolute; inset: 22px -22px -22px 22px;
  border: 1px solid rgba(242,101,34,.35);
  border-radius: var(--radius);
  pointer-events: none;
}
.why-media img {
  position: relative; display: block;
  width: 100%; aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
}
.why-media__tag {
  position: absolute; left: 18px; bottom: 18px;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(20,20,20,.78);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.88);
  font-size: 13px; font-weight: 500;
}
.why-media__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); flex: none; }
.why-proof {
  grid-column: 1 / 7; grid-row: 2;
  list-style: none; margin: 0; padding: 0;
  border-top: 1px solid rgba(255,255,255,.14);
  align-self: end;
}
.why-proof li {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 16px; align-items: baseline;
  padding: 18px 2px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.why-proof__idx { font-family: var(--font-display); font-weight: 600; font-size: 14px; letter-spacing: .12em; color: var(--orange); }
.why-proof__t { font-weight: 600; font-size: 17.5px; color: #fff; }
.why-proof__d { font-size: 14px; color: rgba(255,255,255,.55); text-align: right; }
@media (max-width: 920px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-copy, .why-media, .why-proof { grid-column: 1 / -1; grid-row: auto; }
  .why-media { margin-top: 0; margin-right: 0; }
  .why-media::before { display: none; }
  .why-media img { aspect-ratio: 16 / 10; }
}

/* form */
.field { display:flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.field label { font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 15px; padding: 13px 15px;
  border: 1px solid var(--gray-300); border-radius: 10px; background:#fff; color: var(--ink);
  transition: border-color .15s, box-shadow .15s; width:100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-050);
}
.field textarea { min-height: 130px; resize: vertical; }

/* blog */
.post-card__media { aspect-ratio: 16/10; overflow:hidden; background: var(--gray-100); }
.post-card__media img { width:100%; height:100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .post-card__media img { transform: scale(1.05); }
.post-card__body { padding: 22px 24px 26px; }
.post-card__meta { font-size: 12.5px; color: var(--muted); display:flex; gap:10px; }
.post-card__title { font-family: var(--font-display); font-size: 20px; font-weight:600; margin: 12px 0 8px; }

/* prose */
.prose { max-width: 70ch; }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { font-size: 28px; margin-top: 1.6em; }
.prose h3 { font-size: 21px; margin-top: 1.4em; }
.prose p, .prose li { color: var(--gray-700); font-size: 17px; }
.prose ul { padding-left: 1.2em; }
.prose img { border-radius: var(--radius); margin-block: 1.4em; }
.prose blockquote { border-left: 3px solid var(--orange); padding-left: 22px; font-family: var(--font-display); font-size: 22px; color: var(--ink); font-weight: 500; }

/* reveal animation */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
[data-reveal].in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .stat-row { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .cols-4 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  :root { --header-h: 66px; }
  .nav, .header-actions .btn--ghost { display: none; }
  .hamb { display: flex; }
  .header-actions { margin-left: auto; gap: 8px; }
  .header-actions .btn--primary { padding: 9px 15px; font-size: 13.5px; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .cols-3, .cols-4 { grid-template-columns: repeat(2, 1fr); }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .lead { font-size: 17px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .cols-2, .cols-3, .cols-4 { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr 1fr; gap: 22px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .btn-row { width: 100%; }
  .btn-row .btn { flex: 1 1 auto; justify-content: center; }
  .eyebrow { font-size: 11.5px; }
  .section { padding-block: clamp(44px, 12vw, 72px); }
  .page-hero { padding-block: 40px 32px; }
  .breadcrumb { flex-wrap: wrap; }
  .lion-fab { right: 10px; bottom: 4px; }
  .lion-fab__mascot img { height: 124px; }
  .lion-fab__bubble { display: none; }
  .chips { gap: 8px; }
}
@media (max-width: 420px) {
  .header-actions .btn--primary { padding: 8px 12px; }
  .brand__logo { height: 32px; }
  .stat__num { font-size: 30px; }
  .d1 { font-size: clamp(33px, 11vw, 44px); }
  .lion-fab__mascot img { height: 106px; }
}

/* touch devices: nothing extra needed for the mascot bubble */

/* utility */
.center { text-align: center; }
.mt-s { margin-top: 14px; } .mt-m { margin-top: 26px; } .mt-l { margin-top: 44px; }
.btn-row { display:flex; flex-wrap: wrap; gap: 14px; }
.muted { color: var(--muted); }
.hide { display:none !important; }

/* ===== Linha Premium ===== */
.prem-hero { background:var(--ink); color:#fff; overflow:hidden; position:relative; }
.prem-hero__glow { position:absolute; inset:0; background:radial-gradient(60% 70% at 78% 30%, rgba(242,101,34,.16), transparent 70%); pointer-events:none; }
.prem-hero__wrap { position:relative; z-index:2; max-width:920px; margin:0 auto; padding:clamp(30px,4vw,52px) clamp(20px,5vw,64px); }
.prem-hero__eyebrow { display:inline-flex; align-items:center; gap:12px; font-size:12px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:var(--orange); margin:0 0 22px; }
.prem-hero__eyebrow::before { content:""; width:34px; height:2px; background:var(--orange); }
.prem-hero h1 { font-family:var(--font-display); font-weight:800; font-size:clamp(34px,4.6vw,56px); line-height:1.04; letter-spacing:-.025em; margin:0; }
.prem-hero h1 em { font-style:normal; color:var(--orange); }
.prem-hero__lead { margin:24px 0 0; font-size:clamp(16px,1.5vw,19px); line-height:1.6; color:rgba(255,255,255,.78); max-width:38ch; text-wrap:pretty; }
.prem-hero__chips { display:flex; flex-wrap:wrap; gap:10px; margin-top:30px; }
.prem-hero__chip { padding:9px 16px; border-radius:999px; border:1px solid rgba(255,255,255,.22); font-size:13px; font-weight:600; color:rgba(255,255,255,.9); }
.prem-hero__media { border-radius:24px; overflow:hidden; box-shadow:0 40px 80px -30px rgba(0,0,0,.8); aspect-ratio:774/1131; background:#0c0c0c; max-height:520px; }
.prem-hero__media img { width:100%; height:100%; object-fit:cover; object-position:center 30%; display:block; }

.prem-head { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; flex-wrap:wrap; margin-bottom:clamp(22px,3vw,34px); }
.prem-head__eyebrow { display:inline-flex; align-items:center; gap:10px; font-size:12px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--orange); margin:0 0 10px; }
.prem-head__eyebrow::before { content:""; width:28px; height:2px; background:var(--orange); }
.prem-head h2 { font-family:var(--font-display); font-weight:800; font-size:clamp(26px,3.4vw,40px); letter-spacing:-.02em; margin:0; }
.prem-head p { margin:0; color:var(--muted); font-size:14.5px; max-width:34ch; }

.prem-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(10px,1.2vw,16px); }
.prem-card { position:relative; aspect-ratio:1; border-radius:18px; overflow:hidden; border:1px solid var(--line); background:radial-gradient(120% 110% at 50% 22%, #fbfbfc 0%, #ededf1 78%, #e4e4e9 100%); box-shadow:var(--shadow-sm); cursor:pointer; transition:box-shadow .3s ease, transform .3s ease, border-color .3s ease; display:block; }
.prem-card:hover { box-shadow:0 22px 44px -22px rgba(20,20,20,.5); border-color:var(--orange); transform:translateY(-4px); }
.prem-card__line { position:absolute; top:12px; left:12px; z-index:3; background:rgba(20,20,20,.82); color:#fff; font-family:var(--font-display); font-weight:600; font-size:11px; letter-spacing:.02em; padding:5px 11px; border-radius:999px; backdrop-filter:blur(6px); }
.prem-card__img { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; padding:26px 20px 30px; transition:transform .5s cubic-bezier(.2,.7,.2,1); }
.prem-card:hover .prem-card__img { transform:scale(1.1) translateY(-8px); }
.prem-card__code { position:absolute; left:0; right:0; bottom:0; z-index:2; padding:14px 16px; text-align:center; font-family:var(--font-display); font-weight:700; font-size:15px; letter-spacing:-.01em; color:var(--ink); transition:opacity .25s ease; }
.prem-card:hover .prem-card__code { opacity:0; }
.prem-card__panel { position:absolute; left:0; right:0; bottom:0; z-index:4; padding:18px 16px 16px; display:flex; flex-direction:column; gap:10px; background:linear-gradient(180deg, rgba(20,20,20,0) 0%, rgba(18,18,18,.92) 42%, rgba(12,12,12,.98) 100%); transform:translateY(101%); transition:transform .42s cubic-bezier(.2,.7,.2,1); }
.prem-card:hover .prem-card__panel, .prem-card:focus-visible .prem-card__panel { transform:translateY(0); }
.prem-card__cod { font-family:var(--font-display); font-weight:700; font-size:16.5px; color:#fff; letter-spacing:-.01em; }
.prem-card__meta { display:flex; flex-wrap:wrap; gap:7px; }
.prem-card__tag { display:inline-flex; align-items:center; padding:4px 11px; border-radius:999px; font-size:11.5px; font-weight:600; }
.prem-card__tag--rosca { background:transparent; border:1px solid var(--orange); color:var(--orange); }
.prem-card__tag--dose { background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); color:rgba(255,255,255,.9); }
.prem-card__wa { margin-top:2px; display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:10px 12px; border-radius:11px; background:#fff; color:var(--ink); font-family:var(--font-display); font-weight:700; font-size:13px; text-decoration:none; transition:background .15s ease, color .15s ease; }
.prem-card__wa:hover { background:#25D366; color:#fff; }
.prem-card__wa svg { width:16px; height:16px; }
@media (hover:none){
  .prem-card__panel { transform:translateY(0); background:linear-gradient(180deg, rgba(20,20,20,0) 0%, rgba(18,18,18,.92) 50%, rgba(12,12,12,.98) 100%); }
  .prem-card__code { display:none; }
  .prem-card__img { padding-bottom:46%; }
}
.prem-color { background:var(--ink); color:#fff; border-radius:24px; overflow:hidden; padding:clamp(28px,4vw,52px); display:grid; grid-template-columns:auto 1fr auto; gap:clamp(20px,3vw,40px); align-items:center; }
.prem-color__ring { width:72px; height:72px; border-radius:50%; flex:none; background:conic-gradient(#f26522,#f5b400,#1f8a5b,#2a6fdb,#7a3ff2,#f26522); box-shadow:0 0 0 8px rgba(255,255,255,.06); }
.prem-color__kicker { font-size:12px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--orange); margin:0 0 8px; }
.prem-color h3 { font-family:var(--font-display); font-weight:700; font-size:clamp(22px,2.6vw,30px); margin:0; letter-spacing:-.01em; }
.prem-color p { margin:10px 0 0; color:rgba(255,255,255,.74); font-size:15.5px; line-height:1.6; max-width:60ch; }
.prem-color__cta { white-space:nowrap; }
@media (max-width:900px){
  .prem-hero__wrap { grid-template-columns:1fr; }
  .prem-hero__media { order:-1; max-height:380px; aspect-ratio:16/11; }
  .prem-hero__media img { object-position:center 28%; }
  .prem-grid, .prem-grid--1 { grid-template-columns:repeat(2,1fr); }
  .prem-color { grid-template-columns:1fr; text-align:left; }
  .prem-color__cta { justify-self:start; }
}
@media (max-width:560px){
  .prem-grid, .prem-grid--1 { grid-template-columns:1fr 1fr; }
}
