:root {
  --ma-red: #e11d2e;
  --ma-red-dark: #b81724;
  --ma-black: #0d0f12;
  --ma-charcoal: #0d0f12;
  --ma-graphite: #0d0f12;
  --ma-steel: rgba(13, 15, 18, 0.64);
  --ma-smoke: #ffffff;
  --ma-frost: #ffffff;
  --ma-white: #ffffff;
  --ma-success: #0d0f12;
  --ma-warning: #0d0f12;
  --ma-error: #b81724;
  --ma-border: rgba(13, 15, 18, 0.14);
  --ma-shadow: 0 22px 46px rgba(13, 15, 18, 0.12);
  --ma-header-bg: rgba(13, 15, 18, 0.98);
  --dxp-g-brand: var(--ma-red);
  --dxp-g-brand-contrast: #ffffff;
  --dxp-s-site-logo-url: url("/sfsites/c/resource/MetalAmericaRepCoreAssets/branding/metal-america-logo-transparent-trim.png");
  --com-c-layout-header-background-color: var(--ma-header-bg);
  --com-c-layout-header-icons-color: #ffffff;
  --com-c-layout-header-icons-color-hover: rgba(255, 255, 255, 0.76);
  --com-c-layout-header-overlay-color: rgba(13, 15, 18, 0.46);
  --com-c-layout-header-search-close-button-color: #ffffff;
  --dxp-c-mega-menu-nav-bar-background-color: var(--ma-header-bg);
  --dxp-c-mega-menu-nav-bar-border-bottom-color: var(--ma-red);
}

html {
  background: var(--ma-black);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(225, 29, 46, 0.1), transparent 24rem),
    linear-gradient(180deg, var(--ma-black) 0 124px, var(--ma-white) 124px 100%);
  color: var(--ma-black);
  font-family: Barlow, Inter, Arial, sans-serif;
}

header[role="banner"] {
  background: rgba(13, 15, 18, 0.96) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 36px rgba(13, 15, 18, 0.28);
}

header[role="banner"] > *,
header[role="banner"] [class*="layoutHeader"],
header[role="banner"] [class*="layoutheader"],
header[role="banner"] .header-start,
header[role="banner"] .header-navigation,
header[role="banner"] .header-logo,
header[role="banner"] nav.exp-mega-menu,
header[role="banner"] ul.exp-mega-menu__nav-bar,
header[role="banner"] ul.exp-mega-menu__nav-bar > li {
  background: transparent !important;
}

header[role="banner"] .promo-banner,
header[role="banner"] .promo-banner > *,
header[role="banner"] .promo-banner nav,
header[role="banner"] .promo-banner ul,
header[role="banner"] .promo-banner li {
  background: var(--ma-black) !important;
}

header[role="banner"] .promo-banner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

header[role="banner"],
header[role="banner"] a,
header[role="banner"] button,
header[role="banner"] span,
header[role="banner"] p,
header[role="banner"] li,
header[role="banner"] .exp-mega-menu__nav-bar__item,
header[role="banner"] .logo-anchor {
  color: var(--ma-white) !important;
}

header[role="banner"] a:hover,
header[role="banner"] button:hover,
header[role="banner"] .exp-mega-menu__nav-bar__item:hover {
  color: rgba(255, 255, 255, 0.76) !important;
}

.announcement,
.promo-banner,
.skip-to-content,
.header-content,
.header-search-drawer,
.exp-mega-menu__nav-bar,
.exp-mega-menu__nav-content-fs {
  background-color: var(--ma-header-bg) !important;
}

.header-content,
.promo-banner,
.exp-mega-menu__nav-bar,
.exp-mega-menu__nav-content-fs,
.exp-mega-menu__nav-bar > li,
.exp-mega-menu__nav-bar > li > a,
.exp-mega-menu__nav-bar > li > button {
  color: var(--ma-white) !important;
}

.header-content {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 18px 36px rgba(13, 15, 18, 0.24);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.header-start,
.header-navigation,
.header-end,
.logo-anchor,
.exp-mega-menu__nav-bar,
.exp-mega-menu__nav-bar > li {
  min-width: 0;
}

.header-start {
  display: flex !important;
  flex: 1 1 auto !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: clamp(12px, 2vw, 24px);
}

.header-navigation {
  display: flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.header-navigation .container {
  display: flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.header-navigation nav.exp-mega-menu {
  display: flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.header-navigation ul.exp-mega-menu__nav-bar {
  display: flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
}

.header-end {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
}

.logo-anchor {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 auto;
}

.exp-mega-menu__nav-bar {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  column-gap: clamp(8px, 1.3vw, 18px);
  row-gap: 8px;
}

.exp-mega-menu__nav-bar > li > a,
.exp-mega-menu__nav-bar > li > button {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 46px;
}

.exp-mega-menu__nav-bar > li > a::after,
.exp-mega-menu__nav-bar > li > button::after {
  background-color: var(--ma-red) !important;
}

footer {
  background: var(--ma-black);
  color: rgba(255, 255, 255, 0.84);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#layout-site-footer,
#layout-site-footer > *,
#layout-site-footer section {
  background: var(--ma-black) !important;
}

footer a {
  color: var(--ma-white);
}

footer a:hover {
  color: var(--ma-red);
}

/* Theme-level fallback to keep the Metal America logo consistent across published header layouts. */
.header-start .dxp-content-layout-site-logo {
  display: block;
  width: min(220px, 32vw);
  max-width: 220px;
  min-height: 44px;
  aspect-ratio: 2133 / 481;
  background:
    url("/sfsites/c/resource/MetalAmericaRepCoreAssets/branding/metal-america-logo-transparent-trim.png")
    left center / contain no-repeat;
}

.header-start .logo-anchor {
  width: auto;
  max-width: none;
  min-height: 0;
  aspect-ratio: auto;
  background: none !important;
}

.header-start .dxp-content-layout-site-logo picture,
.header-start .dxp-content-layout-site-logo img {
  position: absolute !important;
  inline-size: 0 !important;
  block-size: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#ma-site,
#ma-site * {
  box-sizing: border-box;
}

#ma-site {
  color: var(--ma-black);
}

#ma-site .ma-page {
  background: var(--ma-white);
}

#ma-site a {
  color: inherit;
  text-decoration: none;
}

#ma-site p,
#ma-site h1,
#ma-site h2,
#ma-site h3,
#ma-site h4,
#ma-site ul,
#ma-site li {
  margin: 0;
}

#ma-site img {
  display: block;
  width: 100%;
  height: auto;
}

#ma-site .ma-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

#ma-site .ma-section {
  padding: 44px 0;
}

#ma-site .ma-section:not(.ma-hero):nth-of-type(even) {
  background:
    linear-gradient(180deg, rgba(13, 15, 18, 0.015), rgba(13, 15, 18, 0.035));
}

#ma-site .ma-eyebrow {
  color: var(--ma-red);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#ma-site h1,
#ma-site h2,
#ma-site h3,
#ma-site h4 {
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

#ma-site h1 {
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  line-height: 0.94;
}

#ma-site h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
}

#ma-site h3 {
  font-size: 1.35rem;
  line-height: 1.02;
}

#ma-site .ma-lead,
#ma-site .ma-copy p,
#ma-site .ma-card p,
#ma-site .ma-note,
#ma-site li {
  font-size: 1.02rem;
  line-height: 1.7;
}

#ma-site .ma-note strong a,
#ma-site .ma-contact-list a.ma-call-link,
#ma-site .ma-contact-list a.ma-text-link,
#ma-site .ma-footer-actions a.ma-call-link,
#ma-site .ma-footer-actions a.ma-text-link {
  color: inherit;
}

#ma-site .ma-hero {
  padding: 28px 0 12px;
}

#ma-site .ma-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
  align-items: start;
}

#ma-site .ma-hero-copy,
#ma-site .ma-panel,
#ma-site .ma-band,
#ma-site .ma-card,
#ma-site .ma-step,
#ma-site .ma-faq,
#ma-site .ma-quote-box {
  border: 1px solid var(--ma-border);
  border-radius: 26px;
  box-shadow: var(--ma-shadow);
}

#ma-site .ma-hero-copy {
  padding: 34px;
  background:
    radial-gradient(circle at top left, rgba(225, 29, 46, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(13, 15, 18, 0.985), rgba(13, 15, 18, 0.96));
  color: var(--ma-white);
}

#ma-site .ma-kicker-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

#ma-site .ma-kicker-row .ma-eyebrow {
  color: rgba(255, 255, 255, 0.84);
}

#ma-site .ma-kicker-row span:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
}

#ma-site .ma-hero-copy .ma-lead {
  max-width: 36rem;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.84);
}

#ma-site .ma-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

#ma-site .ma-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}

#ma-site .ma-btn:hover {
  transform: translateY(-1px);
}

#ma-site .ma-btn-primary {
  background: var(--ma-red);
  color: var(--ma-white);
}

#ma-site .ma-btn-primary:hover {
  background: var(--ma-red-dark);
}

#ma-site .ma-btn-secondary {
  background: var(--ma-white);
  border-color: rgba(13, 15, 18, 0.24);
  color: var(--ma-black);
}

#ma-site .ma-btn-light {
  background: var(--ma-white);
  color: var(--ma-black);
  border-color: rgba(13, 15, 18, 0.18);
}

#ma-site .ma-btn-ink {
  background: var(--ma-black);
  border-color: var(--ma-black);
  color: var(--ma-white);
}

#ma-site .ma-btn-ink:hover {
  background: var(--ma-red-dark);
  border-color: var(--ma-red-dark);
}

#ma-site .ma-hero-copy .ma-btn-secondary,
#ma-site .ma-band .ma-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--ma-white);
}

#ma-site .ma-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

#ma-site .ma-meta a {
  color: var(--ma-white);
  text-decoration: underline;
}

#ma-site .ma-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

#ma-site .ma-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}

#ma-site a.ma-chip:hover,
#ma-site a.ma-chip:focus-visible {
  transform: translateY(-1px);
  background: var(--ma-red);
  border-color: var(--ma-red);
  color: var(--ma-white);
}

#ma-site .ma-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 0;
  align-self: start;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  background: var(--ma-black);
  box-shadow: var(--ma-shadow);
}

#ma-site .ma-hero-media img {
  width: 100%;
  min-height: 0;
  height: 100%;
  object-fit: cover;
}

#ma-site .ma-note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 320px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(23, 26, 31, 0.92);
  color: var(--ma-white);
  backdrop-filter: blur(10px);
}

#ma-site .ma-note strong {
  display: block;
  margin-top: 8px;
  font-size: 1.3rem;
}

#ma-site .ma-section-head {
  max-width: 720px;
  margin-bottom: 18px;
}

#ma-site .ma-section-head h2 {
  margin-top: 10px;
}

#ma-site .ma-section-head p:last-child {
  margin-top: 12px;
}

#ma-site .ma-grid {
  display: grid;
  gap: 18px;
}

#ma-site .ma-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#ma-site .ma-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#ma-site .ma-card {
  overflow: hidden;
  background: var(--ma-white);
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

#ma-site .ma-card:hover {
  transform: translateY(-2px);
  border-color: rgba(225, 29, 46, 0.34);
  box-shadow: 0 26px 52px rgba(13, 15, 18, 0.16);
}

#ma-site .ma-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

#ma-site .ma-card-copy {
  padding: 18px;
}

#ma-site .ma-card-copy h3,
#ma-site .ma-card-copy h4 {
  margin-bottom: 10px;
}

#ma-site .ma-card-link {
  display: block;
  height: 100%;
}

#ma-site .ma-card-link:hover .ma-card-copy h3 {
  color: var(--ma-red);
}

#ma-site .ma-band {
  padding: 26px;
  background:
    radial-gradient(circle at top left, rgba(225, 29, 46, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(13, 15, 18, 0.985), rgba(13, 15, 18, 0.96));
  color: var(--ma-white);
}

#ma-site .ma-band h2,
#ma-site .ma-band h3,
#ma-site .ma-band p,
#ma-site .ma-band li {
  color: var(--ma-white);
}

#ma-site .ma-band .ma-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

#ma-site .ma-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

#ma-site .ma-proof-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(13, 15, 18, 0.985);
  box-shadow: 0 22px 46px rgba(13, 15, 18, 0.2);
}

#ma-site .ma-proof-card h3,
#ma-site .ma-proof-card p,
#ma-site .ma-proof-card li,
#ma-site .ma-proof-card strong {
  color: var(--ma-white);
}

#ma-site .ma-proof-card h3 {
  margin-top: 8px;
}

#ma-site .ma-proof-card p,
#ma-site .ma-proof-card li {
  color: rgba(255, 255, 255, 0.82);
}

#ma-site .ma-proof-card .ma-eyebrow {
  color: rgba(255, 255, 255, 0.62);
}

#ma-site .ma-proof-value {
  display: block;
  margin-top: 10px;
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

#ma-site .ma-proof-list {
  padding-left: 1.1rem;
}

#ma-site .ma-proof-list li + li {
  margin-top: 8px;
}

#ma-site .ma-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

#ma-site .ma-step {
  padding: 22px;
  background: var(--ma-white);
}

#ma-site .ma-step-num {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(246, 0, 0, 0.1);
  color: var(--ma-red);
  font-weight: 800;
}

#ma-site .ma-faq-stack {
  display: grid;
  gap: 16px;
}

#ma-site .ma-faq {
  padding: 22px;
  background: var(--ma-white);
}

#ma-site .ma-faq h3 {
  margin-bottom: 10px;
}

#ma-site .ma-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

#ma-site .ma-quote-box,
#ma-site .ma-panel {
  padding: 24px;
}

#ma-site .ma-quote-box {
  background: var(--ma-white);
}

#ma-site .ma-panel {
  background:
    radial-gradient(circle at top left, rgba(225, 29, 46, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(13, 15, 18, 0.99), rgba(13, 15, 18, 0.965));
  color: var(--ma-white);
}

#ma-site .ma-panel h1,
#ma-site .ma-panel h2,
#ma-site .ma-panel h3,
#ma-site .ma-panel h4,
#ma-site .ma-panel p,
#ma-site .ma-panel li,
#ma-site .ma-panel dt,
#ma-site .ma-panel dd {
  color: inherit;
}

#ma-site .ma-panel .ma-eyebrow {
  color: rgba(255, 255, 255, 0.74);
}

#ma-site .ma-panel .ma-disclosure,
#ma-site .ma-panel .ma-mini-note {
  color: rgba(255, 255, 255, 0.74);
}

#ma-site .ma-panel .ma-disclosure-strong {
  color: var(--ma-white);
}

#ma-site .ma-panel .ma-project-meta div {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

#ma-site .ma-panel .ma-project-meta dt {
  color: rgba(255, 255, 255, 0.62);
}

#ma-site .ma-panel .ma-inline-links a,
#ma-site .ma-panel .ma-contact-list a {
  color: var(--ma-white);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

#ma-site .ma-panel .ma-btn-ink {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--ma-white);
}

#ma-site .ma-panel .ma-btn-ink:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
}

#ma-site .ma-quote-box ul,
#ma-site .ma-panel ul {
  padding-left: 1.2rem;
}

#ma-site .ma-quote-box li + li,
#ma-site .ma-panel li + li {
  margin-top: 8px;
}

#ma-site .ma-disclosure {
  font-size: 0.94rem;
  line-height: 1.6;
  color: rgba(13, 15, 18, 0.72);
}

#ma-site .ma-disclosure-strong {
  color: var(--ma-black);
  font-weight: 700;
}

#ma-site .ma-contact-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

#ma-site .ma-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 18px;
}

#ma-site .ma-inline-links a {
  font-weight: 700;
  color: var(--ma-red);
}

#ma-site .ma-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#ma-site .ma-gallery-grid .ma-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

#ma-site .ma-photo-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

#ma-site .ma-project-meta {
  display: grid;
  gap: 10px;
  margin: 0;
}

#ma-site .ma-project-meta div {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(13, 15, 18, 0.18);
}

#ma-site .ma-project-meta dt {
  margin: 0 0 4px;
  color: rgba(13, 15, 18, 0.62);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#ma-site .ma-project-meta dd {
  margin: 0;
}

#ma-site .ma-list-clean {
  padding-left: 1.2rem;
}

#ma-site .ma-list-clean li + li {
  margin-top: 8px;
}

#ma-site .ma-form-shell {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(13, 15, 18, 0.14);
  background: var(--ma-white);
}

#ma-site .ma-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

#ma-site .ma-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#ma-site .ma-form-field--full {
  grid-column: 1 / -1;
}

#ma-site .ma-form-field label {
  font-weight: 700;
  color: var(--ma-black);
}

#ma-site .ma-form-field input,
#ma-site .ma-form-field select,
#ma-site .ma-form-field textarea {
  width: 100%;
  border: 1px solid rgba(13, 15, 18, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  padding: 14px 16px;
  color: var(--ma-black);
  font: inherit;
}

#ma-site .ma-form-field input:focus,
#ma-site .ma-form-field select:focus,
#ma-site .ma-form-field textarea:focus {
  outline: 2px solid rgba(225, 29, 46, 0.24);
  outline-offset: 2px;
  border-color: rgba(225, 29, 46, 0.48);
}

#ma-site .ma-form-field textarea {
  min-height: 170px;
  resize: vertical;
}

#ma-site .ma-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

#ma-site .ma-form-note,
#ma-site .ma-mini-note {
  font-size: 0.94rem;
  color: rgba(13, 15, 18, 0.72);
}

.ma-footer-disclosure,
.ma-theme-note {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(225, 29, 46, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(13, 15, 18, 0.96), rgba(13, 15, 18, 0.94));
  color: rgba(255, 255, 255, 0.98);
  font-size: 1rem;
  line-height: 1.72;
}

.ma-footer-kicker {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ma-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 1rem;
}

.ma-footer-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ma-white);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.ma-footer-actions a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--ma-white);
}

.ma-footer-disclosure p,
.ma-theme-note p {
  margin: 0;
}

.ma-footer-disclosure p + p,
.ma-theme-note p + p {
  margin-top: 10px;
}

.ma-footer-disclosure strong,
.ma-theme-note strong {
  color: var(--ma-white);
}

.ma-footer-disclosure a,
.ma-theme-note a {
  color: var(--ma-white);
  font-weight: 600;
}

.ma-footer-links {
  display: grid;
  gap: 0.55rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(13, 15, 18, 0.96);
  color: rgba(255, 255, 255, 0.98);
}

.ma-footer-links p {
  margin: 0;
}

.ma-footer-links strong {
  color: var(--ma-white);
}

.ma-footer-links a {
  color: #f7f9fc;
  font-weight: 700;
  text-decoration: none;
}

#layout-site-footer p,
#layout-site-footer li,
#layout-site-footer span,
#layout-site-footer a {
  color: rgba(255, 255, 255, 0.98) !important;
  opacity: 1 !important;
}

#layout-site-footer strong,
#layout-site-footer h1,
#layout-site-footer h2,
#layout-site-footer h3,
#layout-site-footer h4 {
  color: var(--ma-white) !important;
}

#layout-site-footer nav a,
#layout-site-footer ul a,
#layout-site-footer .comm-navigation__item a,
#layout-site-footer .forceCommunityNavigationMenuItem a {
  color: #f7f9fc !important;
  font-weight: 600 !important;
}

#layout-site-footer [class*="forceCommunityNavigationMenu"],
#layout-site-footer [class*="comm-navigation"] {
  padding: 1rem 1.1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 22px !important;
  background: rgba(13, 15, 18, 0.96) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

#layout-site-footer [class*="forceCommunityNavigationMenu"] ul,
#layout-site-footer [class*="forceCommunityNavigationMenu"] nav,
#layout-site-footer [class*="comm-navigation"] ul,
#layout-site-footer [class*="comm-navigation"] nav {
  background: transparent !important;
}

.ma-footer-links a:hover {
  color: #ff9aa3;
  text-decoration: underline;
}

.ma-footer-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.ma-footer-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f7f9fc !important;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    transform 120ms ease,
    background-color 120ms ease,
    border-color 120ms ease;
}

.ma-footer-pill:hover,
.ma-footer-pill:focus-visible {
  transform: translateY(-1px);
  background: var(--ma-red);
  border-color: var(--ma-red);
  color: #ffffff !important;
  text-decoration: none !important;
}

#layout-site-footer .dxpStyle_e0280a7a-2b61-4a2f-8ccf-3910fe536c07 .columns-content {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(320px, 1.18fr) !important;
  align-items: start !important;
  gap: clamp(22px, 2.6vw, 36px) !important;
}

#layout-site-footer .dxpStyle_e0280a7a-2b61-4a2f-8ccf-3910fe536c07 community_layout-column-spacer {
  display: none !important;
}

#layout-site-footer .dxpStyle_e0280a7a-2b61-4a2f-8ccf-3910fe536c07 community_layout-column {
  min-width: 0 !important;
  inline-size: auto !important;
  flex: none !important;
}

#layout-site-footer .dxpStyle_e0280a7a-2b61-4a2f-8ccf-3910fe536c07 community_layout-column:last-of-type {
  display: grid !important;
  align-content: start !important;
  gap: 18px !important;
}

#layout-site-footer .dxpStyle_a829c34d-86f6-49e2-82a3-ddec399a4b85 .columns-content {
  display: flex !important;
  justify-content: flex-start !important;
}

#layout-site-footer .dxpStyle_a829c34d-86f6-49e2-82a3-ddec399a4b85 community_layout-column {
  inline-size: auto !important;
  flex: 0 0 auto !important;
}

#layout-site-footer .logo-anchor {
  display: inline-flex !important;
  inline-size: auto !important;
  max-inline-size: none !important;
  min-block-size: 0 !important;
  justify-content: flex-start !important;
}

#layout-site-footer .dxp-content-layout-site-logo {
  display: block !important;
  inline-size: min(250px, 72vw) !important;
  max-inline-size: 250px !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  background: none !important;
  background-image: none !important;
}

#layout-site-footer .dxp-content-layout-site-logo picture,
#layout-site-footer .dxp-content-layout-site-logo img {
  display: block !important;
  inline-size: 100% !important;
  block-size: auto !important;
  overflow: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: static !important;
}

@media (max-width: 1180px) and (min-width: 1025px) {
  .header-start .dxp-content-layout-site-logo {
    width: min(190px, 28vw);
    max-width: 190px;
    min-height: 40px;
  }
}

@media (max-width: 1024px) {
  #ma-site .ma-proof-grid,
  #ma-site .ma-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #ma-site .ma-photo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-start {
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .header-navigation {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: auto !important;
    margin-left: auto !important;
  }

  .header-navigation .container.size-s.size-m,
  .header-navigation nav.exp-mobile-mega-menu {
    width: auto !important;
    min-width: auto !important;
    height: auto !important;
  }

  .header-navigation .exp-mobile-mega-menu__hamburger-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
    width: auto !important;
    min-width: 0 !important;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--ma-white) !important;
  }

  .header-navigation .exp-mobile-mega-menu__hamburger-button::after {
    content: "Menu";
    color: var(--ma-white);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .header-navigation .exp-mobile-mega-menu__hamburger-button svg {
    width: 18px !important;
    height: 18px !important;
  }
}

@media (max-width: 920px) {
  #ma-site .ma-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  #ma-site .ma-hero-grid,
  #ma-site .ma-two-col,
  #ma-site .ma-proof-grid,
  #ma-site .ma-grid-three,
  #ma-site .ma-gallery-grid,
  #ma-site .ma-photo-wall,
  #ma-site .ma-form-grid {
    grid-template-columns: 1fr;
  }

  #ma-site .ma-hero-media img {
    min-height: 320px;
  }

}

@media (max-width: 640px) {
  [role="banner"] .dxp-content-layout-site-logo,
  .logo-anchor .dxp-content-layout-site-logo {
    width: min(170px, 58vw);
    min-height: 38px;
  }

  #layout-site-footer .dxpStyle_e0280a7a-2b61-4a2f-8ccf-3910fe536c07 .columns-content {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  #layout-site-footer .dxp-content-layout-site-logo {
    inline-size: min(190px, 62vw) !important;
  }

  #ma-site .ma-shell {
    width: min(100%, calc(100% - 24px));
  }

  #ma-site .ma-hero-copy,
  #ma-site .ma-band,
  #ma-site .ma-card-copy,
  #ma-site .ma-panel,
  #ma-site .ma-quote-box,
  #ma-site .ma-step,
  #ma-site .ma-faq {
    padding: 20px;
  }

  #ma-site .ma-grid-four,
  #ma-site .ma-steps {
    grid-template-columns: 1fr;
  }

  #ma-site .ma-btn {
    width: 100%;
  }
}

/* Keep the outer anchor structural only. The inner site-logo element is the single painted logo. */
header[role="banner"] .header-start .logo-anchor,
header[role="banner"] .logo-anchor {
  background: none !important;
  background-image: none !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
}
