/*
 * Scootergejl clean UI layer — 1.7.5
 *
 * A single, final visual direction for the shared shell and editorial pages.
 * Commerce-specific rules live in commerce-clean.css.
 */

:root {
  --sg-ink: #151915;
  --sg-ink-2: #202620;
  --sg-paper: #f6f7f4;
  --sg-paper-2: #ecefea;
  --sg-white: #fff;
  --sg-acid: #baf42d;
  --sg-acid-dark: #4e6f16;
  --sg-muted: #626a62;
  --sg-line: rgba(21, 25, 21, 0.13);
  --sg-line-dark: rgba(255, 255, 255, 0.13);
  --sg-radius-sm: 8px;
  --sg-radius: 12px;
  --sg-radius-lg: 18px;
  --sg-shadow-sm: 0 8px 28px rgba(15, 19, 15, 0.07);
  --sg-shadow-lg: 0 18px 50px rgba(15, 19, 15, 0.1);
  --sg-container: min(1240px, calc(100vw - 48px));
}

html {
  scroll-padding-top: 112px;
}

body {
  color: var(--sg-ink);
  background: var(--sg-paper);
  font-size: 16px;
  line-height: 1.62;
}

body.sg-menu-open {
  overflow: hidden;
}

/* The old green-dot labels were repeated on nearly every page. */
.sg-eyebrow {
  display: none !important;
}

.sg-section {
  padding-block: clamp(68px, 8vw, 104px);
}

.sg-display,
.sg-section-title,
.entry-title,
.woocommerce-products-header__title,
.product_title {
  color: var(--sg-ink);
  font-family: var(--sg-font-display);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
  text-transform: none;
}

.sg-display {
  max-width: 820px;
  font-size: clamp(3.35rem, 7.3vw, 6.8rem);
}

.sg-section-title,
.entry-title,
.woocommerce-products-header__title {
  font-size: clamp(2.4rem, 4.7vw, 4.5rem);
}

.sg-section-head {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: clamp(26px, 6vw, 86px);
  align-items: end;
  margin-bottom: clamp(32px, 5vw, 54px);
}

.sg-section-head p {
  max-width: 560px;
  margin: 0;
  color: var(--sg-muted);
  font-size: 1.03rem;
}

.sg-button,
.button,
button.button,
input.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 9px;
  box-shadow: none;
  font-size: 0.84rem;
  font-weight: 730;
  letter-spacing: 0;
  text-transform: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.sg-button:hover,
.button:hover,
button.button:hover,
input.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  box-shadow: none;
  transform: translateY(-1px);
}

/* Announcement and navigation */
.sg-announcement {
  color: #2d4b35;
  background: #edf3eb;
  border-bottom: 1px solid #dce5da;
}

.sg-announcement__inner {
  min-height: 32px;
  justify-content: center;
  gap: 26px;
  font-size: 0.68rem;
  font-weight: 690;
  letter-spacing: 0.035em;
  text-transform: none;
}

.sg-header {
  background: rgba(21, 25, 21, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sg-header.is-scrolled {
  background: rgba(21, 25, 21, 0.995);
  box-shadow: 0 10px 28px rgba(8, 11, 8, 0.13);
}

.sg-header__inner {
  min-height: 76px;
}

.sg-brand {
  gap: 10px;
}

.sg-brand__mark {
  width: 55px;
  height: auto;
}

.sg-brand__name {
  color: var(--sg-white);
  font-size: 1.08rem;
  font-weight: 780;
  letter-spacing: -0.025em;
  text-transform: none;
}

.sg-nav,
.sg-nav .menu-item {
  overflow: visible;
}

.sg-nav .sg-primary-menu {
  display: flex;
  gap: clamp(18px, 2.3vw, 32px);
  align-items: center;
}

.sg-nav .menu-item {
  position: relative;
}

.sg-nav a {
  color: rgba(255, 255, 255, 0.73);
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.sg-nav a:hover,
.sg-nav a:focus-visible,
.sg-nav .current-menu-item > a,
.sg-nav .current_page_item > a {
  color: var(--sg-white);
}

.sg-nav a::after {
  bottom: 3px;
  height: 2px;
  border-radius: 2px;
}

.sg-nav__chevron {
  display: inline-block;
  margin-left: 6px;
  color: var(--sg-acid);
  font-size: 0.78rem;
  transform: translateY(-1px);
}

.sg-nav .sub-menu {
  position: absolute;
  z-index: 90;
  top: calc(100% + 8px);
  left: -16px;
  display: grid;
  visibility: hidden;
  min-width: 230px;
  gap: 2px;
  padding: 8px;
  background: var(--sg-white);
  border: 1px solid var(--sg-line);
  border-radius: 11px;
  box-shadow: var(--sg-shadow-lg);
  list-style: none;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.sg-nav .menu-item-has-children:hover > .sub-menu,
.sg-nav .menu-item-has-children:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.sg-nav .sub-menu a {
  display: block;
  padding: 10px 12px;
  color: var(--sg-ink);
  border-radius: 7px;
  font-size: 0.82rem;
  font-weight: 620;
  white-space: nowrap;
}

.sg-nav .sub-menu a::after {
  display: none;
}

.sg-nav .sub-menu a:hover,
.sg-nav .sub-menu a:focus-visible {
  color: var(--sg-ink);
  background: var(--sg-paper-2);
}

.sg-icon-button {
  width: 43px;
  height: 43px;
  border-color: rgba(255, 255, 255, 0.15);
}

.sg-cart-count {
  color: var(--sg-ink);
  background: var(--sg-acid);
}

.sg-search-panel {
  background: rgba(9, 12, 9, 0.68);
  backdrop-filter: blur(7px);
}

.sg-search-panel__inner {
  border: 1px solid var(--sg-line);
  border-radius: var(--sg-radius-lg);
  box-shadow: var(--sg-shadow-lg);
}

.sg-search-panel__top strong {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 780;
  letter-spacing: -0.035em;
  text-transform: none;
}

.sg-search-panel .sg-icon-button {
  color: var(--sg-ink);
  border-color: var(--sg-line);
}

/* Homepage */
.sg-hero {
  min-height: min(640px, calc(100svh - 108px));
  background: var(--sg-ink);
}

.sg-hero::before {
  background:
    radial-gradient(circle at 75% 28%, rgba(186, 244, 45, 0.09), transparent 28rem),
    linear-gradient(135deg, #151915, #202620);
}

.sg-hero::after,
.sg-hero__copy::after,
.sg-hero-card::before {
  display: none;
}

.sg-hero__grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.55fr);
  gap: clamp(42px, 7vw, 94px);
  padding-block: clamp(60px, 7vw, 88px);
}

.sg-hero .sg-display {
  color: var(--sg-white);
}

.sg-hero__lead {
  max-width: 650px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.06rem, 1.4vw, 1.22rem);
  line-height: 1.65;
}

.sg-hero__actions {
  gap: 12px;
  margin-top: 30px;
}

.sg-hero-card {
  display: flex;
  min-height: 350px;
  padding: clamp(26px, 3.5vw, 38px);
  flex-direction: column;
  justify-content: center;
  color: var(--sg-white);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--sg-radius-lg);
  box-shadow: none;
  transform: none;
}

.sg-hero-card__label {
  display: none;
}

.sg-hero-card__title {
  max-width: none;
  margin: 0 0 24px;
  color: var(--sg-white);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1.03;
  text-transform: none;
}

.sg-hero-card__links {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.13);
}

.sg-hero-card__links a {
  min-height: 52px;
  color: var(--sg-white);
  border-color: rgba(255, 255, 255, 0.13);
  font-size: 0.82rem;
  font-weight: 630;
  letter-spacing: 0;
  text-transform: none;
}

.sg-front-bestsellers,
.sg-front-guides {
  background: var(--sg-white);
}

.sg-product-grid,
.woocommerce ul.products {
  gap: clamp(14px, 2vw, 24px);
}

.sg-product-card,
.woocommerce ul.products li.product,
.sg-guide-card {
  overflow: hidden;
  border-color: var(--sg-line);
  border-radius: var(--sg-radius);
  box-shadow: none;
}

.sg-product-card:hover,
.woocommerce ul.products li.product:hover,
.sg-guide-card:hover {
  border-color: rgba(21, 25, 21, 0.24);
  box-shadow: var(--sg-shadow-sm);
  transform: translateY(-2px);
}

.sg-product-card__image,
.woocommerce ul.products li.product a img {
  aspect-ratio: 4 / 3;
  background: #f1f2ef;
  object-fit: contain;
}

.sg-product-card:hover .sg-product-card__image,
.woocommerce ul.products li.product:hover a img {
  transform: scale(1.018);
}

.sg-product-card__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: clamp(1.08rem, 1.4vw, 1.35rem);
  font-weight: 730;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-transform: none;
}

.sg-product-card__price,
.woocommerce ul.products li.product .price {
  font-size: 0.96rem;
  font-weight: 740;
}

.sg-product-card__stock {
  padding: 6px 9px;
  border: 0;
  border-radius: 6px;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: none;
}

.sg-benefits {
  background: #f0f3ed;
  border-block: 1px solid var(--sg-line);
}

.sg-benefits__grid {
  gap: 0;
}

.sg-benefit,
.sg-benefit:first-child,
.sg-benefit:last-child {
  min-height: 104px;
  grid-template-columns: 1fr;
  padding: 24px clamp(18px, 3vw, 34px);
}

.sg-benefit:first-child {
  padding-left: 0;
}

.sg-benefit:last-child {
  padding-right: 0;
}

.sg-benefit strong {
  font-size: 0.9rem;
  font-weight: 730;
  letter-spacing: 0;
  text-transform: none;
}

.sg-benefit span {
  margin-top: 3px;
  color: var(--sg-muted);
  font-size: 0.78rem;
}

.sg-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sg-category-card,
.sg-category-card:nth-child(2),
.sg-category-card:last-child {
  min-height: clamp(310px, 31vw, 390px);
  grid-column: auto;
  background: #e9ece7;
  border: 1px solid var(--sg-line);
  border-radius: var(--sg-radius-lg);
  box-shadow: none;
  transform: none;
}

.sg-category-card::before {
  z-index: 1;
  background: linear-gradient(to top, rgba(12, 15, 12, 0.83), rgba(12, 15, 12, 0.05) 68%);
}

.sg-category-card::after {
  display: none;
}

.sg-category-card__image {
  padding: clamp(12px, 2.5vw, 28px);
  background: #f1f2ef;
  object-fit: contain;
}

.sg-category-card:hover .sg-category-card__image {
  transform: scale(1.025);
}

.sg-category-card.has-no-image {
  background: linear-gradient(145deg, #242b24, #151915);
}

.sg-category-card > div {
  z-index: 2;
  padding: clamp(20px, 3vw, 30px);
}

.sg-category-card h3 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: none;
}

.sg-category-card p {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 610;
  letter-spacing: 0;
  text-transform: none;
}

/* Gallery plugin shares the old eyebrow class; keep its actual heading. */
.sg-community-home .sg-eyebrow,
.sgcg-home .sg-eyebrow {
  display: none !important;
}

.sg-guide-card__placeholder img {
  width: min(58%, 240px);
  height: auto;
  object-fit: contain;
}

.sg-front-guides {
  border-top: 1px solid var(--sg-line);
}

.sg-front-guides__layout {
  gap: 18px;
}

.sg-front-guides__cards {
  gap: 18px;
}

.sg-front-helper,
.sg-diagnostic-ticket {
  color: var(--sg-white);
  background: var(--sg-ink);
  border-color: var(--sg-ink);
  box-shadow: none;
  transform: none;
}

.sg-front-helper:hover,
.sg-diagnostic-ticket:hover {
  box-shadow: var(--sg-shadow-sm);
  transform: translateY(-2px);
}

.sg-front-helper > span,
.sg-diagnostic-ticket__status {
  display: none;
}

.sg-front-helper strong,
.sg-diagnostic-ticket strong {
  color: var(--sg-white);
  font-size: clamp(2.1rem, 3.5vw, 3.3rem);
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1.04;
  text-transform: none;
}

.sg-front-helper p,
.sg-diagnostic-ticket > span {
  color: rgba(255, 255, 255, 0.66);
}

.sg-front-helper b,
.sg-diagnostic-ticket b,
.sg-text-link {
  font-size: 0.74rem;
  font-weight: 720;
  letter-spacing: 0.025em;
  text-transform: none;
}

.sg-guide-card__media::after {
  width: 32px;
  height: 3px;
  border-radius: 2px;
  transform: none;
}

.sg-guide-card h2,
.sg-guide-card:not(.sg-guide-card--featured) h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-transform: none;
}

.sg-guide-card__meta,
.sg-article-header__meta {
  color: var(--sg-muted);
  font-size: 0.67rem;
  font-weight: 680;
  letter-spacing: 0.02em;
  text-transform: none;
}

.sg-guide-card__meta span + span::before,
.sg-article-header__meta span + span::before {
  margin-right: 12px;
  color: #a1a7a0;
  content: "·";
}

/* Brand story */
.sg-story {
  color: var(--sg-ink);
  background: #eef1ec;
  border-block: 1px solid var(--sg-line);
}

.sg-story::after,
.sg-story__visual::before {
  display: none;
}

.sg-story__header {
  margin-bottom: clamp(36px, 5vw, 62px);
}

.sg-story__intro {
  align-items: end;
}

.sg-story__panel {
  border-radius: var(--sg-radius-lg);
}

.sg-story__visual {
  min-height: 340px;
  background: var(--sg-ink);
}

.sg-story__label,
.sg-story__kicker {
  display: none;
}

.sg-story__content {
  padding: clamp(32px, 5vw, 64px);
}

.sg-story__content h3 {
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  font-weight: 760;
  line-height: 1.04;
}

.sg-story__content > p {
  margin-top: 22px;
}

.sg-story__facts {
  border-radius: var(--sg-radius);
}

.sg-story__fact {
  display: block;
  padding: 22px 24px;
}

.sg-story__fact > span {
  display: none;
}

.sg-story__fact strong {
  font-size: 0.9rem;
}

.sg-cta__inner {
  min-height: 230px;
  padding: clamp(32px, 5vw, 64px);
  background: #e8f0e5;
  border: 1px solid #d4e1d0;
  border-radius: var(--sg-radius-lg);
}

.sg-cta__inner::after {
  display: none;
}

.sg-cta h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 760;
  line-height: 1.03;
  text-transform: none;
}

/* Guides, articles and standard pages */
.sg-content-shell,
.shop-shell {
  padding-block: clamp(54px, 7vw, 88px);
}

.sg-entry {
  max-width: 1040px;
}

.sg-entry__header {
  margin-bottom: clamp(34px, 5vw, 56px);
}

.sg-entry__content h2,
.sg-entry__content h3,
.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel h3 {
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-transform: none;
}

.sg-guides-hero,
.sg-helper-hero {
  padding-block: clamp(70px, 8vw, 108px);
  background: var(--sg-ink);
}

.sg-guides-hero::after,
.sg-helper-hero::after,
.sg-helper-hero--tree::before {
  display: none;
}

.sg-guides-hero .sg-display,
.sg-helper-hero .sg-display {
  color: var(--sg-white);
  font-size: clamp(3.4rem, 7vw, 6.8rem);
}

.sg-guides-hero__lead,
.sg-helper-hero__lead {
  color: rgba(255, 255, 255, 0.7);
}

.sg-diagnostic-ticket {
  min-height: 310px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.sg-topic-nav a {
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 680;
  letter-spacing: 0;
  text-transform: none;
}

.sg-topic-nav span {
  color: var(--sg-muted);
  background: var(--sg-paper-2);
}

.sg-guide-promise {
  padding-block: 30px;
}

.sg-guide-promise__grid > div {
  min-height: 82px;
}

.sg-guide-promise__grid span {
  display: none;
}

.sg-guide-promise strong {
  font-size: 0.82rem;
  font-weight: 670;
  letter-spacing: 0;
  text-transform: none;
}

.sg-article-header .entry-title {
  font-size: clamp(3rem, 6.8vw, 6.4rem);
}

.sg-article-header__back,
.sg-article-aside__label,
.sg-article-aside a {
  font-weight: 680;
  letter-spacing: 0.025em;
  text-transform: none;
}

.sg-article-aside {
  background: var(--sg-white);
  border: 1px solid var(--sg-line);
  border-left: 4px solid var(--sg-acid-dark);
  transform: none;
}

.sg-article-aside strong {
  font-size: 1.55rem;
  font-weight: 750;
  text-transform: none;
}

.sg-404__code {
  color: #55751d;
}

.sg-404 h1 {
  font-weight: 760;
  text-transform: none;
}

/* Footer */
.sg-footer {
  background: #131713;
}

.sg-footer__top {
  gap: clamp(30px, 5vw, 72px);
  padding-block: clamp(58px, 7vw, 88px);
}

.sg-footer .sg-brand {
  margin-bottom: 18px;
}

.sg-footer__intro {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.62);
}

.sg-footer h2 {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  font-weight: 690;
  letter-spacing: 0;
  text-transform: none;
}

.sg-footer li + li {
  margin-top: 8px;
}

.sg-footer a,
.sg-footer__contact p {
  color: rgba(255, 255, 255, 0.72);
}

.sg-footer__bottom {
  min-height: 68px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.69rem;
  font-weight: 620;
  letter-spacing: 0;
  text-transform: none;
}

.sg-footer__signal::before {
  display: none;
}

@media (max-width: 1120px) {
  .sg-nav {
    top: calc(var(--sg-announcement-height) + var(--sg-header-height));
    bottom: auto;
    height: calc(100dvh - var(--sg-announcement-height) - var(--sg-header-height));
    padding: 24px 24px 60px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .sg-header {
    backdrop-filter: none;
  }

  .sg-header.is-scrolled .sg-nav {
    top: var(--sg-header-height);
    height: calc(100dvh - var(--sg-header-height));
  }

  .sg-nav .sg-primary-menu {
    display: block;
  }

  .sg-nav li {
    border-bottom: 1px solid var(--sg-line-dark);
  }

  .sg-nav a {
    padding: 15px 0;
    font-size: clamp(1.35rem, 4vw, 2.2rem);
    font-weight: 700;
    line-height: 1.15;
  }

  .sg-nav .sub-menu {
    position: static;
    display: grid;
    visibility: visible;
    min-width: 0;
    gap: 0;
    padding: 0 0 12px 18px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
  }

  .sg-nav .sub-menu li {
    border: 0;
  }

  .sg-nav .sub-menu a {
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.64);
    background: transparent;
    font-size: 0.98rem;
    font-weight: 560;
  }

  .sg-nav .sub-menu a:hover,
  .sg-nav .sub-menu a:focus-visible {
    color: var(--sg-white);
    background: transparent;
  }

  .sg-nav__chevron {
    display: none;
  }
}

@media (max-width: 860px) {
  :root {
    --sg-container: min(100% - 30px, 1240px);
  }

  .sg-section-head,
  .sg-hero__grid,
  .sg-story__intro,
  .sg-story__panel,
  .sg-guides-hero__grid,
  .sg-helper-hero__grid {
    grid-template-columns: 1fr;
  }

  .sg-section-head {
    align-items: start;
  }

  .sg-hero {
    min-height: 0;
  }

  .sg-hero-card {
    min-height: 320px;
    margin: 0;
  }

  .sg-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sg-category-card:last-child {
    grid-column: 1 / -1;
  }

  .sg-story__visual {
    min-height: 290px;
  }
}

@media (max-width: 580px) {
  :root {
    --sg-container: calc(100% - 24px);
    --sg-radius-lg: 15px;
  }

  .sg-announcement__inner {
    justify-content: center;
    gap: 0;
    padding-block: 6px;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
  }

  .sg-brand__mark {
    width: 49px;
  }

  .sg-brand__name {
    display: none;
  }

  .sg-section {
    padding-block: 60px;
  }

  .sg-display {
    font-size: clamp(2.9rem, 14vw, 4.5rem);
  }

  .sg-section-title,
  .entry-title,
  .woocommerce-products-header__title {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  .sg-hero__grid {
    padding-block: 48px 54px;
  }

  .sg-hero__actions .sg-button {
    width: 100%;
  }

  .sg-hero-card {
    display: flex;
    min-height: 0;
    padding: 24px 20px;
  }

  .sg-hero-card__title {
    margin-bottom: 16px;
    font-size: 2rem;
  }

  .sg-category-grid {
    grid-template-columns: 1fr;
  }

  .sg-category-card,
  .sg-category-card:last-child {
    min-height: 300px;
    grid-column: 1;
  }

  .sg-front-bestsellers .sg-product-grid {
    gap: 10px;
  }

  .sg-front-bestsellers .sg-product-card__title {
    font-size: 0.96rem;
  }

  .sg-front-bestsellers .sg-product-card__stock {
    font-size: 0.58rem;
  }

  .sg-front-bestsellers .sg-product-card__actions .button {
    font-size: 0.68rem;
    letter-spacing: 0;
  }

  .sg-story__content {
    padding: 28px 22px 32px;
  }

  .sg-cta__inner {
    padding: 30px 22px;
  }

  .sg-footer__top {
    grid-template-columns: 1fr 1fr;
  }

  .sg-footer__brand-column,
  .sg-footer__contact {
    grid-column: 1 / -1;
  }
}
