/* =========================================================
   Chaveiro Pai e Filhos — sistema de design
   Estático, mobile-first. Paleta da marca: preto + amarelo + WhatsApp.
   ========================================================= */

:root {
  --navy: #15171b;
  --navy-2: #1c1f24;
  --navy-3: #2a2f37;
  --amber: #f7b500;
  --amber-2: #ffcf3e;
  --ink: #181a1e;
  --muted: #5d6b7c;
  --line: #e6eaef;
  --bg: #ffffff;
  --bg-soft: #f4f6f9;
  --wa: #25d366;
  --wa-dark: #1ebe5d;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(0, 0, 0, .10);
  --shadow-sm: 0 4px 14px rgba(0, 0, 0, .08);
  --maxw: 1120px;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: clip; }

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

h1, h2, h3, h4 {
  font-family: "Poppins", "Inter", system-ui, sans-serif;
  line-height: 1.15;
  margin: 0 0 .5em;
  color: var(--navy);
  letter-spacing: -.01em;
}

h1 { font-size: clamp(1.9rem, 5vw, 3.1rem); font-weight: 700; }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 600; }

p { margin: 0 0 1rem; }

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
}

.eyebrow {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: .75rem;
}

.section { padding: clamp(48px, 8vw, 88px) 0; }
.section--soft { background: var(--bg-soft); }
.section__head { max-width: 720px; margin-bottom: 2.5rem; }
.section__head.center { margin-left: auto; margin-right: auto; text-align: center; }
.lead { font-size: 1.1rem; color: var(--muted); }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55em;
  padding: .85em 1.5em;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: .98rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn-wa { background: var(--wa); color: #073d23; box-shadow: 0 8px 22px rgba(37, 211, 102, .35); }
.btn-wa:hover { background: var(--wa-dark); }
.btn-amber { background: var(--amber); color: #3a2700; box-shadow: 0 8px 22px rgba(247, 181, 0, .35); }
.btn-amber:hover { background: var(--amber-2); }
.btn-outline { background: transparent; border-color: rgba(255,255,255,.4); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.1); }
.btn-ghost { background: #fff; color: var(--navy); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: var(--amber); }
.btn .ico { width: 1.15em; height: 1.15em; fill: currentColor; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(0, 0, 0, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.brand { display: flex; align-items: center; gap: .6em; }
.brand__mark {
  width: 38px; height: 38px; border-radius: 10px;
  background: linear-gradient(135deg, var(--amber), var(--amber-2));
  display: grid; place-items: center; color: #3a2700; flex: none;
}
.brand__mark svg { width: 22px; height: 22px; }
.brand__name {
  font-family: "Poppins", sans-serif; font-weight: 700; color: #fff;
  font-size: 1.02rem; line-height: 1.05;
}
.brand__name span { color: var(--amber); display: block; font-size: .68rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.nav__links { display: flex; align-items: center; gap: 4px; }
.nav__links a {
  color: #d6d9de; font-size: .94rem; font-weight: 500;
  padding: .5em .85em; border-radius: 8px; transition: color .15s, background .15s;
}
.nav__links a:hover, .nav__links a.active { color: #fff; background: rgba(255,255,255,.07); }
.nav__cta { margin-left: 8px; }
.nav__toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: 8px;
}
.nav__toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; transition: .2s; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(247,181,0,.18), transparent 60%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 60%, var(--navy-3) 100%);
  color: #fff;
  padding: clamp(56px, 9vw, 100px) 0 clamp(56px, 9vw, 96px);
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 22px 22px; opacity: .5; pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero h1 { color: #fff; max-width: 16ch; }
.hero h1 em { color: var(--amber); font-style: normal; }
.hero p { color: #cdd1d6; font-size: 1.15rem; max-width: 52ch; margin-bottom: 1.8rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.8rem; }
.tag {
  display: inline-flex; align-items: center; gap: .45em;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  color: #e7edf4; padding: .45em .9em; border-radius: 999px; font-size: .85rem;
}
.tag svg { width: 1em; height: 1em; fill: var(--amber); }

/* ---------- Services grid ---------- */
.grid { display: grid; gap: 20px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s;
  position: relative;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d7deea; }
.card__icon {
  width: 52px; height: 52px; border-radius: 13px; margin-bottom: 16px;
  background: linear-gradient(135deg, var(--navy), var(--navy-3));
  display: grid; place-items: center;
}
.card__icon svg { width: 26px; height: 26px; fill: var(--amber); }
.card h3 { margin-bottom: .4rem; }
.card p { color: var(--muted); font-size: .96rem; margin-bottom: 1rem; }
.card__link { color: var(--navy); font-weight: 600; font-size: .92rem; display: inline-flex; align-items: center; gap: .35em; }
.card__link::after { content: "→"; color: var(--amber); transition: transform .15s; }
.card:hover .card__link::after { transform: translateX(3px); }

/* service feature cards (lista de serviços de uma página) */
.feature-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 20px 22px; box-shadow: var(--shadow-sm); display: flex; gap: 14px; align-items: flex-start;
}
.feature-card .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--amber); margin-top: .55em; flex: none; }
.feature-card h3 { font-size: 1.05rem; margin-bottom: .2rem; }
.feature-card p { color: var(--muted); font-size: .93rem; margin: 0; }

/* ---------- Trust strip ---------- */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust__item { text-align: center; padding: 18px; }
.trust__num { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 2rem; color: var(--navy); }
.trust__num span { color: var(--amber); }
.trust__lbl { color: var(--muted); font-size: .9rem; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--navy), var(--navy-3));
  color: #fff; border-radius: 22px; padding: clamp(32px, 6vw, 56px);
  text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; right: -60px; top: -60px; width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(247,181,0,.3), transparent 70%);
}
.cta-band h2 { color: #fff; position: relative; }
.cta-band p { color: #cdd1d6; position: relative; max-width: 50ch; margin: 0 auto 1.6rem; }
.cta-band .btn { position: relative; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; display: grid; gap: 18px; }
.step { display: flex; gap: 16px; align-items: flex-start; }
.step__num {
  counter-increment: step; flex: none;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--amber); color: #3a2700; font-family: "Poppins", sans-serif;
  font-weight: 700; display: grid; place-items: center;
}
.step__num::before { content: counter(step); }
.step h3 { margin-bottom: .15rem; }
.step p { color: var(--muted); margin: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #b3b8bf; padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
.site-footer h4 { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1rem; }
.site-footer a { color: #b3b8bf; }
.site-footer a:hover { color: var(--amber); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .55rem; font-size: .95rem; }
.footer-brand p { font-size: .95rem; max-width: 38ch; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); margin-top: 36px; padding-top: 20px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  font-size: .82rem; color: #888d94;
}

/* ---------- WhatsApp flutuante ---------- */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  display: inline-flex; align-items: center; gap: .5em;
  background: var(--wa); color: #fff; font-family: "Poppins", sans-serif; font-weight: 600;
  padding: .75em 1.1em; border-radius: 999px; box-shadow: 0 10px 26px rgba(37,211,102,.45);
  transition: transform .15s;
}
.wa-float:hover { transform: scale(1.05); }
.wa-float svg { width: 1.4em; height: 1.4em; fill: currentColor; }
.wa-float .wa-txt { white-space: nowrap; }

/* ---------- Breadcrumb / page header ---------- */
.page-hero {
  background: linear-gradient(160deg, var(--navy), var(--navy-3));
  color: #fff; padding: clamp(48px, 7vw, 80px) 0;
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(900px 360px at 85% 0%, rgba(247,181,0,.16), transparent 60%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #cdd1d6; font-size: 1.12rem; max-width: 56ch; }
.crumb { color: #a7acb3; font-size: .85rem; margin-bottom: 1rem; }
.crumb a:hover { color: var(--amber); }

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-2 { margin-top: 1.6rem; }
.list-check { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.list-check li { display: flex; gap: .6em; align-items: flex-start; color: var(--ink); }
.list-check li::before {
  content: "✓"; color: var(--wa-dark); font-weight: 700; flex: none;
  background: rgba(37,211,102,.12); width: 1.5em; height: 1.5em; border-radius: 50%;
  display: grid; place-items: center; font-size: .85em;
}

/* ---------- Responsivo ---------- */
@media (max-width: 900px) {
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .trust { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .nav__toggle { display: block; position: relative; z-index: 80; }
  .nav__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__toggle.open span:nth-child(2) { opacity: 0; }
  .nav__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav__links {
    position: fixed; top: 0; right: 0; bottom: 0;
    width: min(82vw, 320px); height: 100vh; height: 100dvh;
    background: var(--navy); flex-direction: column; align-items: stretch;
    padding: 84px 18px 24px; gap: 6px;
    transform: translateX(105%); transition: transform .3s cubic-bezier(.66, 0, .2, 1);
    box-shadow: -22px 0 60px rgba(0, 0, 0, .55);
    z-index: 70; overflow-y: auto;
  }
  .nav__links.open { transform: translateX(0); }
  .nav__links a { padding: .95em 1em; font-size: 1.05rem; border-radius: 10px; }
  .nav__cta { margin: 12px 0 0; justify-content: center; }
  .grid--3, .grid--4, .grid--2 { grid-template-columns: 1fr; }
  .wa-float .wa-txt { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .trust { grid-template-columns: 1fr 1fr; }
}

/* Backdrop do menu mobile (drawer lateral).
   z-index abaixo do .site-header (50) de propósito: o drawer vive dentro do
   contexto de empilhamento do header, então o backdrop precisa ficar atrás
   dele pra escurecer só a página, não o menu. */
.nav-backdrop {
  position: fixed; inset: 0; background: rgba(0, 0, 0, .55);
  opacity: 0; pointer-events: none; transition: opacity .3s; z-index: 40;
}
.nav-backdrop.open { opacity: 1; pointer-events: auto; }
body.menu-open { overflow: hidden; }

/* =========================================================
   v2 — fotos e layout editorial
   ========================================================= */

/* Hero dividido com foto */
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
}
.hero__media { position: relative; }
.hero__media::before {
  content: ""; position: absolute;
  inset: 20px -20px -20px 22px;
  border: 2px solid var(--amber); border-radius: 22px; z-index: 0;
}
.framed {
  position: relative; z-index: 1;
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.4);
  aspect-ratio: 4 / 3; background: var(--navy-3);
}
.framed img { width: 100%; height: 100%; object-fit: cover; display: block; }
.framed--tall { aspect-ratio: 4 / 5; }

.badge-float {
  position: absolute; left: -14px; bottom: -18px; z-index: 3;
  background: #fff; color: var(--navy);
  border-radius: 14px; padding: 13px 18px; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 12px;
}
.badge-float .badge-ico {
  width: 38px; height: 38px; border-radius: 10px; flex: none;
  background: linear-gradient(135deg, var(--amber), var(--amber-2));
  display: grid; place-items: center; color: #3a2700;
}
.badge-float .badge-ico svg { width: 20px; height: 20px; fill: currentColor; }
.badge-float strong { font-family: "Poppins", sans-serif; font-size: 1.15rem; line-height: 1; display: block; }
.badge-float span { font-size: .78rem; color: var(--muted); }

/* Faixa de credibilidade com imagem de fundo */
.media-strip {
  position: relative; overflow: hidden; border-radius: 24px;
  min-height: 360px; display: flex; align-items: flex-end; color: #fff;
  box-shadow: var(--shadow);
}
.media-strip > img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.media-strip .scrim {
  position: absolute; inset: 0;
  background: linear-gradient(95deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.7) 45%, rgba(0,0,0,.15) 100%);
}
.media-strip .inner { position: relative; padding: 44px; max-width: 640px; }
.media-strip h2 { color: #fff; }
.media-strip p { color: #d6d9de; }

/* Cards de serviço com foto */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #d7deea; }
.svc-card__img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--navy-3); }
.svc-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc-card:hover .svc-card__img img { transform: scale(1.06); }
.svc-card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.svc-card__kicker { font-family: "Poppins", sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); }
.svc-card__body h3 { margin: 0; }
.svc-card__body p { color: var(--muted); font-size: .95rem; margin: 0; }
.svc-card__body .card__link { margin-top: auto; padding-top: .4rem; }

/* Seções alternadas imagem + texto */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.split__media { position: relative; }
.split__media::before {
  content: ""; position: absolute; inset: 16px -16px -16px 16px;
  border: 2px solid var(--amber); border-radius: 20px; z-index: 0;
}
.split--reverse > :first-child { order: 2; }

/* Page hero com foto */
.page-hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.page-hero .framed { box-shadow: 0 24px 50px rgba(0,0,0,.45); }

/* Mini galeria */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow-sm); }

@media (max-width: 880px) {
  .hero__grid, .page-hero__grid, .split { grid-template-columns: 1fr; gap: 40px; }
  .hero__media { max-width: 460px; margin: 0 auto; }
  .split--reverse > :first-child { order: 0; }
  .svc-grid { grid-template-columns: 1fr; }
  .hero__media::before, .split__media::before { inset: 14px -10px -10px 14px; }
}

@media (max-width: 640px) {
  .media-strip .inner { padding: 28px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .badge-float { left: 8px; bottom: -16px; }
}

/* =========================================================
   Hero slider (carrossel de serviços)
   ========================================================= */
.hero-slider {
  position: relative; z-index: 1;
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.42);
  aspect-ratio: 4 / 5; background: var(--navy-3);
}
.hero-slider__track {
  display: flex; height: 100%;
  transition: transform .65s cubic-bezier(.66, 0, .2, 1);
  will-change: transform;
}
.hero-slide { position: relative; min-width: 100%; height: 100%; margin: 0; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-slide figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 26px 24px 24px;
  background: linear-gradient(to top, rgba(8,9,11,.92) 10%, rgba(8,9,11,.45) 60%, transparent);
  color: #fff;
}
.hero-slide .kick {
  font-family: "Poppins", sans-serif; font-size: .72rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--amber);
  display: block; margin-bottom: .3rem;
}
.hero-slide strong { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 1.45rem; line-height: 1.15; display: block; }
.hero-slide .sub { display: block; color: #d0d3d8; font-size: .95rem; margin-top: .2rem; }

.hero-slider__dots {
  position: absolute; right: 16px; bottom: 16px; z-index: 3;
  display: flex; gap: 8px;
}
.hero-slider__dots button {
  width: 9px; height: 9px; border-radius: 999px; border: 0; padding: 0;
  background: rgba(255,255,255,.5); cursor: pointer; transition: width .25s, background .25s;
}
.hero-slider__dots button.active { width: 24px; background: var(--amber); }

@media (max-width: 880px) {
  .hero-slider { aspect-ratio: 4 / 4; }
}
@media (max-width: 640px) {
  .hero-slider { aspect-ratio: 4 / 3.4; }
  .hero-slide strong { font-size: 1.25rem; }
}

/* =========================================================
   Conteúdo de SEO: texto longo, FAQ e links internos
   ========================================================= */
.prose { max-width: 770px; }
.prose p { color: var(--muted); font-size: 1.04rem; }
.prose p strong { color: var(--ink); }

.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq details {
  border: 1px solid var(--line); border-radius: 14px; background: #fff;
  box-shadow: var(--shadow-sm); padding: 2px 22px;
}
.faq summary {
  cursor: pointer; list-style: none; padding: 17px 0;
  font-family: "Poppins", sans-serif; font-weight: 600; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--amber); font-size: 1.5rem; line-height: 1; flex: none; }
.faq details[open] summary::after { content: "\2212"; }
.faq details > p { color: var(--muted); margin: 0 0 18px; }

.also-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 820px; margin: 0 auto; }
.also-card {
  display: flex; align-items: center; gap: 14px; padding: 18px 20px;
  border: 1px solid var(--line); border-radius: 14px; background: #fff;
  box-shadow: var(--shadow-sm); transition: transform .15s, border-color .15s;
}
.also-card:hover { transform: translateY(-3px); border-color: var(--amber); }
.also-card .also-ico {
  width: 42px; height: 42px; border-radius: 11px; flex: none;
  background: linear-gradient(135deg, var(--navy), var(--navy-3)); display: grid; place-items: center;
}
.also-card .also-ico svg { width: 22px; height: 22px; fill: var(--amber); }
.also-card strong { font-family: "Poppins", sans-serif; color: var(--navy); display: block; font-size: 1rem; }
.also-card span { color: var(--muted); font-size: .88rem; }
.also-card .arrow { margin-left: auto; color: var(--amber); font-weight: 700; font-size: 1.1rem; }

@media (max-width: 640px) { .also-grid { grid-template-columns: 1fr; } }

/* Hero das páginas de serviço: texto centralizado no celular */
@media (max-width: 880px) {
  .page-hero__grid { text-align: center; }
  .page-hero__grid .crumb,
  .page-hero__grid .eyebrow { display: inline-block; }
  .page-hero__grid .hero__actions { justify-content: center; }
  .page-hero__grid > div > p { margin-left: auto; margin-right: auto; }
}
