/*
 * hugo-demo.css — Estilo "Hugo" (CSSIgniter) recriado no sistema PlaceBeads.
 *
 * Conjunto de DEMONSTRAÇÃO paralelo (home2 / loja2 / produto2) para o cliente
 * comparar direções visuais. NÃO substitui o v1 (front-page.php + templates
 * WooCommerce ao vivo) — é uma alternativa navegável.
 *
 * REGRA DURA (igual a style.css): nenhuma cor hex/rgb hardcoded. Toda cor
 * consome var(--...) de themes.css, para funcionar nos 4 temas de cor —
 * inclusive o lilás (dark). Exceções: rgba(0,0,0,...)/rgba(255,255,255,...)
 * neutros em sombras e overlays de imagem.
 *
 * Namespace hg2- (isolado do design system pb-).
 */

/* === Base do conjunto === */

.hg2 {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
}

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

/* Motivo decorativo (cordão + contas) escalado por largura — mantém a
   proporção do viewBox em vez do height fixo do atributo do SVG. */
.hg2-hero__bg svg,
.hg2-cat__bg svg,
.hg2-banner__bg svg,
.hg2-testi__bg svg,
.hg2-testi__avatar svg,
.hg2-product__media-fallback svg,
.hg2-single__gallery-fallback svg,
.hg2-post__media svg,
.hg2-foot__product-thumb svg {
  height: auto;
}

/* Imagens de fundo configuráveis pela Home 2 (metabox). A foto cobre o
   bloco inteiro; os overlays existentes (::after) mantêm o texto legível. */
.hg2-media-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hg2-hero__bg--photo,
.hg2-banner__bg--photo,
.hg2-testi__bg--photo {
  background: none;
}

/* Newsletter com foto de fundo: escurece para o texto claro aparecer. */
.hg2-newsletter--photo {
  position: relative;
  background-size: cover;
  background-position: center;
}

.hg2-newsletter--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hg2-newsletter--photo .hg2-container {
  position: relative;
  z-index: 2;
}

.hg2-newsletter--photo h2,
.hg2-newsletter--photo p,
.hg2-newsletter--photo .hg2-newsletter__icon {
  color: var(--on-dark);
}

.hg2-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
}

.hg2-heading,
.hg2 h1,
.hg2 h2,
.hg2 h3,
.hg2 h4 {
  font-family: var(--font-heading);
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  line-height: 1.15;
}

.hg2-section-title {
  text-align: center;
  font-size: clamp(30px, 3.4vw, 44px);
}

.hg2-lead {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

/* Divisor tracejado — assinatura do layout Hugo */
.hg2-divider {
  width: 64px;
  height: 0;
  margin: 18px auto 34px;
  border: 0;
  border-top: 1px dashed var(--accent);
}

/* === Botões === */

.hg2-btn {
  display: inline-block;
  padding: 13px 26px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 3px;
  background: var(--accent);
  color: var(--on-accent);
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.hg2-btn:hover {
  background: var(--accent-hover);
}

.hg2-btn--dark {
  background: var(--ink);
  color: var(--surface);
}

.hg2-btn--dark:hover {
  background: var(--ink-soft);
}

.hg2-btn--outline {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.hg2-btn--outline:hover {
  background: var(--surface-2);
}

.hg2-btn--block {
  display: block;
  width: 100%;
  text-align: center;
}

/* === Header (barra promo + nav dividida com logo central) === */

.hg2-promo {
  background: var(--dark);
  color: var(--on-dark-soft);
  font-size: 12.5px;
}

.hg2-promo__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.hg2-promo a {
  color: var(--on-dark);
  text-decoration: none;
}

.hg2-promo a:hover {
  color: var(--accent);
}

.hg2-promo__social {
  display: flex;
  gap: 16px;
  align-items: center;
}

.hg2-header {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  position: relative;
}

.hg2-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  min-height: 82px;
}

.hg2-nav {
  display: flex;
  gap: 26px;
  align-items: center;
}

.hg2-nav--right {
  justify-content: flex-end;
}

.hg2-nav a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.hg2-nav a:hover {
  color: var(--accent-2);
}

.hg2-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}

.hg2-logo__mark {
  display: inline-flex;
}

.hg2-logo__word {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--ink);
}

.hg2-cart {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.hg2-cart__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--on-accent);
  font-size: 11px;
  line-height: 1;
}

/* === Hero === */

.hg2-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  background: var(--dark);
  overflow: hidden;
}

.hg2-hero__bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(120% 90% at 70% 20%, rgba(255, 255, 255, 0.06), transparent 60%),
    var(--dark);
}

.hg2-hero__bg svg {
  width: min(60%, 520px);
  height: auto;
  opacity: 0.5;
}

.hg2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.05));
}

.hg2-hero__card {
  position: relative;
  z-index: 2;
  margin: 0 0 90px 30px;
  max-width: 440px;
  padding: 44px 46px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px dashed var(--accent);
  color: var(--on-dark);
}

.hg2-hero__card h1 {
  color: var(--on-dark);
  font-size: clamp(34px, 4vw, 52px);
}

.hg2-hero__card p {
  color: var(--on-dark-soft);
  margin: 12px 0 26px;
  font-size: 16px;
}

/* === Blocos de seção === */

.hg2-block {
  padding: 78px 0;
}

.hg2-block--tight {
  padding: 56px 0;
}

.hg2-block__head {
  margin-bottom: 46px;
}

/* === Categorias populares === */

.hg2-cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hg2-cat {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  padding: 30px;
  background: var(--img);
  overflow: hidden;
  text-align: center;
}

.hg2-cat__bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hg2-cat__bg svg {
  width: 55%;
  opacity: 0.55;
}

.hg2-cat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
}

.hg2-cat > * {
  position: relative;
  z-index: 2;
}

.hg2-cat__title {
  font-family: var(--font-heading);
  font-size: 34px;
  color: var(--on-dark);
}

/* === Banner com faixa (parallax-like) === */

.hg2-banner {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  background: var(--dark);
  overflow: hidden;
}

.hg2-banner__bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hg2-banner__bg svg {
  width: min(55%, 480px);
  opacity: 0.4;
}

.hg2-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hg2-banner__card {
  position: relative;
  z-index: 2;
  max-width: 440px;
  padding: 44px 46px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px dashed var(--accent);
  color: var(--on-dark);
}

.hg2-banner__card h2 {
  color: var(--on-dark);
  font-size: clamp(30px, 3.4vw, 44px);
}

.hg2-banner__card p {
  color: var(--on-dark-soft);
  margin: 12px 0 26px;
}

/* === Grade de produtos === */

.hg2-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 24px;
}

.hg2-products--3 {
  grid-template-columns: repeat(3, 1fr);
}

.hg2-product {
  text-align: center;
}

.hg2-product__media {
  position: relative;
  aspect-ratio: 5 / 6;
  background: var(--img);
  overflow: hidden;
  margin-bottom: 16px;
}

.hg2-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hg2-product__media-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hg2-product__media-fallback svg {
  width: 60%;
  opacity: 0.6;
}

.hg2-product__sale {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 6px 11px;
  background: var(--accent-2);
  color: var(--on-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 2px;
}

.hg2-product__title {
  font-family: var(--font-heading);
  font-size: 22px;
  color: var(--ink);
  margin: 0 0 6px;
}

.hg2-product__title a {
  color: inherit;
  text-decoration: none;
}

.hg2-product__stars {
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.hg2-product__price {
  color: var(--ink-soft);
  font-size: 15px;
  margin-bottom: 14px;
}

.hg2-product__price del {
  color: var(--ink-faint);
  margin-right: 6px;
}

.hg2-product__price ins {
  text-decoration: none;
  color: var(--ink);
}

/* === Depoimentos (seção escura) === */

.hg2-testi {
  position: relative;
  background: var(--dark);
  overflow: hidden;
}

.hg2-testi__bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hg2-testi__bg svg {
  width: min(45%, 420px);
  opacity: 0.25;
}

.hg2-testi__inner {
  position: relative;
  z-index: 2;
  padding: 82px 0;
}

.hg2-testi .hg2-section-title,
.hg2-testi__title {
  color: var(--on-dark);
  text-align: center;
}

.hg2-testi__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 40px;
}

.hg2-testi__card {
  padding: 32px 34px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px dashed var(--accent);
  color: var(--on-dark);
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.hg2-testi__avatar {
  flex: none;
  width: 66px;
  height: 66px;
  border-radius: 999px;
  background: var(--img);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hg2-testi__avatar svg {
  width: 70%;
  opacity: 0.8;
}

.hg2-testi__quote {
  color: var(--on-dark-soft);
  font-style: italic;
  font-size: 15.5px;
  line-height: 1.7;
  margin: 0 0 14px;
}

.hg2-testi__name {
  color: var(--on-dark);
  font-weight: 700;
  font-size: 14px;
}

.hg2-testi__role {
  color: var(--on-dark-soft);
  font-size: 13px;
}

/* === Journal === */

.hg2-journal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hg2-post__media {
  aspect-ratio: 3 / 2;
  background: var(--img-2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
}

.hg2-post__media svg {
  width: 55%;
  opacity: 0.6;
}

.hg2-post__title {
  font-family: var(--font-heading);
  font-size: 21px;
  color: var(--ink);
  margin: 0 0 6px;
}

.hg2-post__date {
  color: var(--ink-faint);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.hg2-post__more {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-2);
  text-decoration: none;
}

.hg2-post__more:hover {
  color: var(--accent);
}

/* === Newsletter (faixa) === */

.hg2-newsletter {
  background: var(--accent-2);
  text-align: center;
  padding: 60px 0;
  color: var(--on-accent);
}

.hg2-newsletter__icon {
  margin: 0 auto 14px;
  width: 44px;
  height: 44px;
  color: var(--on-accent);
}

.hg2-newsletter h2 {
  color: var(--on-accent);
  font-size: clamp(28px, 3vw, 40px);
}

.hg2-newsletter p {
  color: var(--on-accent);
  opacity: 0.86;
  margin: 8px 0 24px;
}

.hg2-newsletter__note {
  font-size: 12.5px;
  opacity: 0.7;
  margin: 22px 0 0;
}

/* === Footer === */

.hg2-foot {
  background: var(--surface-2);
  color: var(--ink-soft);
}

.hg2-foot__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 62px 0;
}

.hg2-foot__title {
  font-family: var(--font-heading);
  font-size: 22px;
  color: var(--ink);
  margin: 0 0 18px;
}

.hg2-foot__grid p {
  color: var(--ink-soft);
  font-size: 14.5px;
  margin: 0 0 8px;
}

.hg2-foot__grid h4 {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin: 4px 0 6px;
}

.hg2-foot__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hg2-foot__links li {
  margin-bottom: 9px;
}

.hg2-foot__links a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 14.5px;
}

.hg2-foot__links a:hover {
  color: var(--accent-2);
}

.hg2-foot__products {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hg2-foot__product {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.hg2-foot__product-thumb {
  flex: none;
  width: 54px;
  height: 54px;
  background: var(--img);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hg2-foot__product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hg2-foot__product-thumb svg {
  width: 70%;
  opacity: 0.6;
}

.hg2-foot__product-name {
  font-size: 14px;
  color: var(--ink);
  text-decoration: none;
  display: block;
  line-height: 1.3;
}

.hg2-foot__product-name:hover {
  color: var(--accent-2);
}

.hg2-foot__product-price {
  font-size: 13px;
  color: var(--ink-faint);
}

.hg2-foot__credits {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}

.hg2-foot__credits-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 13px;
  color: var(--ink-faint);
}

.hg2-foot__credits a {
  color: var(--ink-soft);
  text-decoration: none;
}

/* === Breadcrumb + título de página === */

.hg2-page-head {
  padding: 34px 0 0;
}

.hg2-crumbs {
  font-size: 13px;
  color: var(--ink-faint);
  margin-bottom: 14px;
}

.hg2-crumbs a {
  color: var(--accent-2);
  text-decoration: none;
}

.hg2-page-title {
  font-size: clamp(34px, 4vw, 54px);
  color: var(--ink);
}

.hg2-page-intro {
  color: var(--ink-soft);
  max-width: 560px;
  margin: 14px 0 0;
  font-size: 15.5px;
}

/* === Loja (toolbar) === */

.hg2-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 34px 0 30px;
  flex-wrap: wrap;
}

.hg2-shop-count {
  color: var(--ink-faint);
  font-size: 14px;
}

.hg2-select {
  appearance: none;
  -webkit-appearance: none;
  padding: 11px 40px 11px 16px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background-color: var(--surface);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 14px;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-soft) 50%),
    linear-gradient(135deg, var(--ink-soft) 50%, transparent 50%);
  background-position: calc(100% - 20px) center, calc(100% - 15px) center;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.hg2-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hg2-pill {
  padding: 8px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.hg2-pill--active,
.hg2-pill:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--on-accent);
}

/* === Produto (single) === */

.hg2-single {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  padding: 34px 0 20px;
}

.hg2-single__gallery {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--img);
  overflow: hidden;
}

.hg2-single__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hg2-single__gallery-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hg2-single__gallery-fallback svg {
  width: 55%;
  opacity: 0.6;
}

.hg2-single__title {
  font-size: clamp(32px, 3.6vw, 46px);
  color: var(--ink);
  margin: 0 0 10px;
}

.hg2-single__price {
  font-size: 24px;
  color: var(--accent-2);
  margin-bottom: 18px;
}

.hg2-single__desc {
  color: var(--ink-soft);
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 26px;
}

.hg2-single__rule {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 26px 0;
}

.hg2-field {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  max-width: 380px;
}

.hg2-field label {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.hg2-buy {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 26px 0 8px;
  flex-wrap: wrap;
}

.hg2-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 3px;
  overflow: hidden;
}

.hg2-qty button {
  width: 40px;
  height: 46px;
  border: 0;
  background: var(--surface);
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
}

.hg2-qty input {
  width: 48px;
  height: 46px;
  border: 0;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  text-align: center;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
}

.hg2-single__meta {
  margin-top: 22px;
  font-size: 14px;
  color: var(--ink-soft);
}

.hg2-single__meta p {
  margin: 4px 0;
}

.hg2-single__meta a {
  color: var(--accent-2);
  text-decoration: none;
}

/* Abas do produto */

.hg2-tabs {
  margin: 46px 0 0;
}

.hg2-tabs__nav {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}

.hg2-tabs__tab {
  padding: 0 2px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-faint);
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.hg2-tabs__tab[aria-selected="true"] {
  color: var(--ink);
  border-bottom-color: var(--accent);
}

.hg2-tabs__panel {
  padding: 28px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
  max-width: 860px;
}

.hg2-tabs__panel[hidden] {
  display: none;
}

.hg2-tabs__panel p {
  margin: 0 0 14px;
}

/* === Imagens reais de conteúdo (categorias/depoimentos/journal) === */

/* Card de categoria agora é um link com imagem de capa opcional */
a.hg2-cat {
  text-decoration: none;
}

.hg2-cat__img {
  position: absolute;
  inset: 0;
}

.hg2-cat__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Avatar do depoimento com foto real */
.hg2-testi__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Citação vinda do editor (wpautop envolve em <p>) */
.hg2-testi__quote p {
  color: var(--on-dark-soft);
  font-style: italic;
  font-size: 15.5px;
  line-height: 1.7;
  margin: 0 0 14px;
}

.hg2-testi__quote p:last-child {
  margin-bottom: 0;
}

/* Card do journal com imagem destacada real */
.hg2-post__media {
  text-decoration: none;
}

.hg2-post__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hg2-post__title a {
  color: inherit;
  text-decoration: none;
}

.hg2-post__title a:hover {
  color: var(--accent-2);
}

/* === Responsivo === */

@media (max-width: 991px) {
  .hg2-products,
  .hg2-journal {
    grid-template-columns: repeat(2, 1fr);
  }

  .hg2-cats {
    grid-template-columns: 1fr;
  }

  .hg2-testi__grid {
    grid-template-columns: 1fr;
  }

  .hg2-single {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hg2-foot__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .hg2-nav {
    display: none;
  }

  .hg2-header__inner {
    grid-template-columns: 1fr auto;
    min-height: 64px;
  }

  .hg2-nav--right {
    display: flex;
    grid-column: auto;
  }

  .hg2-nav--right a:not(.hg2-cart) {
    display: none;
  }

  .hg2-products,
  .hg2-journal {
    grid-template-columns: 1fr;
  }

  .hg2-hero__card,
  .hg2-banner__card {
    margin-left: 16px;
    margin-right: 16px;
    padding: 30px 26px;
  }

  .hg2-foot__grid {
    grid-template-columns: 1fr;
  }

  .hg2-foot__credits-inner {
    flex-direction: column;
    text-align: center;
  }
}
