:root {
  --navy-950: #061522;
  --navy-900: #081b2c;
  --navy-800: #0c2d4a;
  --navy-700: #174f7d;
  --yellow: #ffcc00;
  --yellow-soft: #ffe16c;
  --green: #557a5a;
  --ice: #eef3f5;
  --paper: #f8faf9;
  --white: #ffffff;
  --ink: #122334;
  --muted: #5c6974;
  --line: #d7e0e4;
  --shadow: 0 22px 60px rgba(5, 24, 39, 0.14);
  --container: 1350px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 64px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--navy-950);
  font-weight: 800;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container {
  width: min(var(--container), calc(100% - 30px));
  margin-inline: auto;
}

/* Header: full size on the hero, approximately half-height after scrolling. */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background .28s ease, box-shadow .28s ease, backdrop-filter .28s ease;
}
.site-header.is-scrolled {
  background: rgba(6, 21, 34, .92);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: min-height .3s ease;
}
.brand {
  width: 78px;
  flex: 0 0 auto;
  transition: width .3s ease;
}
.brand img { width: 100%; height: auto; }
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 44px);
  transition: gap .3s ease;
}
.site-nav a {
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  font-size: .76rem;
  letter-spacing: .09em;
  font-weight: 800;
  transition: color .2s ease, font-size .3s ease;
}
.site-nav a:hover,
.site-nav a:focus-visible { color: var(--yellow); }
.site-nav .nav-contact { color: var(--yellow); }

.site-header.is-scrolled .nav-wrap { min-height: 52px; }
.site-header.is-scrolled .brand { width: 44px; }
.site-header.is-scrolled .site-nav { gap: clamp(16px, 2vw, 28px); }
.site-header.is-scrolled .site-nav a { font-size: .66rem; }

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  margin: 6px 0;
  background: white;
  transition: .2s ease;
}

/* Full-screen hero on every display. */
.hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 650px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--navy-950);
  color: var(--white);
}
.hero-media,
.hero-overlay { position: absolute; inset: 0; }
.hero-media {
  background-image: url("assets/hero-remote-site.jpg");
  background-position: 57% center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3,16,28,.97) 0%, rgba(3,16,28,.86) 34%, rgba(3,16,28,.43) 65%, rgba(3,16,28,.10) 100%),
    linear-gradient(0deg, rgba(3,16,28,.48), transparent 52%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: clamp(145px, 18vh, 205px);
  padding-bottom: clamp(34px, 5vh, 70px);
  transform: translateY(-60px); /* move text upward */
}

.hero h1 span {
  display: block;
}

.eyebrow,
.section-kicker {
  margin: 0 0 50px;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 1rem; /* change font size "CANADIAN BATTERY TECHNOLOGY FOR EXTREME ENVIRONMENTS" */
  font-weight: 900;
}
.hero h1 {
  max-width: 760px;
  margin: 0 0 clamp(45px, 6vh, 70px);
  font-size: clamp(2.55rem, min(5.7vw, 7.6vh), 5.2rem);
  line-height: 1;
  letter-spacing: 0.024em;
  text-wrap: balance;
  display: grid;
  gap: 0.16em;
}
.hero-content > p:not(.eyebrow):not(.hero-note) {
  max-width: 610px;
  margin: 0 0 clamp(8px, 1.4vh, 14px);
  font-size: clamp(.96rem, min(1.35vw, 2.25vh), 1.16rem);
  color: rgba(255,255,255,.92);
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: clamp(18px, 3vh, 30px) 0 0;
  font-size: clamp(.9rem, 1.2vw, 1rem);
  font-weight: 700;
}
.hero-note span {
  width: 34px;
  height: 3px;
  background: var(--yellow);
  border-radius: 999px;
}

.section { padding: 50px 0; }
.section h2,
.field-note h2,
.contact h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.04;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.section p { color: var(--muted); }

/* Problem and solution. */
.problem { background: var(--white); }
.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.28fr);
  gap: clamp(50px, 7vw, 96px);
  align-items: center;
}
.problem-copy p { max-width: 610px; }

.comparison-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.comparison-image {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  object-fit: contain;
}

.comparison {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 18px;
}
.comparison-card {
  min-height: 350px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #f4f7f8);
  box-shadow: 0 12px 36px rgba(8,27,44,.08);
  text-align: center;
}
.comparison-label {
  margin: 0;
  color: var(--navy-800) !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .68rem;
  font-weight: 900;
}
.comparison-arrow {
  align-self: center;
  color: var(--yellow);
  font-size: 3rem;
  font-weight: 300;
}
.system-diagram,
.internal-battery {
  position: relative;
  min-height: 245px;
  display: grid;
  place-items: center;
  margin-top: 16px;
}
.system-diagram {
  border: 1px dashed #9aabb5;
  border-radius: 18px;
}
.battery-icon {
  position: relative;
  width: 70px;
  height: 116px;
  border: 4px solid var(--navy-800);
  border-radius: 10px;
  background: linear-gradient(180deg, #d9e5ea, #8ca8b8);
  overflow: visible;
}
.battery-icon.large { width: 78px; height: 128px; }
.battery-cap {
  position: absolute;
  width: 28px;
  height: 9px;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  border-radius: 4px 4px 0 0;
  background: var(--navy-800);
}
.bolt {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--yellow);
  font-size: 2.5rem;
  font-weight: 900;
}
.orbit {
  position: absolute;
  color: var(--navy-800);
  font-size: .65rem;
  font-weight: 800;
}
.orbit span {
  display: inline-block;
  padding: 3px 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
}
.orbit-top { top: -12px; left: 50%; transform: translateX(-50%); }
.orbit-left { left: -16px; top: 50%; transform: translateY(-50%) rotate(-90deg); }
.orbit-right { right: -19px; top: 50%; transform: translateY(-50%) rotate(90deg); }
.orbit-bottom { bottom: -12px; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.narval-approach { border-color: rgba(255,204,0,.65); }
.heat-path {
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 15px;
  height: 45px;
  border: 4px solid var(--yellow);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  opacity: .95;
}
.heat-two { left: 21px; right: 21px; bottom: 27px; opacity: .65; }
.diagram-caption { margin: 2px auto 0; max-width: 220px; font-size: .83rem; }
.solution-intro {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: end;
  margin-top: 96px;
  padding-top: 68px;
  border-top: 1px solid var(--line);
}
.solution-intro > p { max-width: 720px; font-size: 1.08rem; }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 58px;
}
.benefit { padding: 0 34px; border-right: 1px solid var(--line); }
.benefit:first-child { padding-left: 0; }
.benefit:last-child { border-right: 0; padding-right: 0; }
.icon-ring {
  width: 72px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border: 2px solid var(--navy-800);
  border-radius: 50%;
}
.icon-ring svg {
  width: 41px;
  fill: none;
  stroke: var(--navy-800);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-ring.green { border-color: var(--green); }
.icon-ring.green svg { stroke: var(--green); }
.benefit h3 { margin: 0 0 8px; color: var(--navy-900); font-size: 1.25rem; line-height: 1.2; }
.benefit p { margin: 0; font-size: .95rem; }

/* Applications. */
.applications { background: var(--ice); }
.applications-heading {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 80px;
  align-items: end;
}
.applications-heading > p { max-width: 610px; }
.application-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}
.application-card {
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 30px;
  border-radius: var(--radius);
  color: white;
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.application-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(6,21,34,.16), rgba(6,21,34,.98));
}
.application-card.remote {background-image: url("assets/applications/communications.png");}

.application-card.dual-use {background-image: url("assets/applications/defence.png");}

.application-card.industrial {background-image: url("assets/applications/industrial.png");}

.application-icon { width: 48px; margin-bottom: auto; color: var(--yellow); }
.application-icon svg { fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.application-card h3 { margin: 0 0 8px; font-size: 1.38rem; line-height: 1.14; }
.application-card p { margin: 0; color: rgba(255,255,255,.82); }

/* Development path. */
.field-note {
  position: relative;
  min-height: 540px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: white;
  background: var(--navy-950);
}
.field-image {
  position: absolute;
  inset: 0;
  background: url("assets/cold-battery-system.jpg") center/cover;
  opacity: .24;
  filter: saturate(.75) contrast(1.05);
}
.field-note::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,22,36,.98), rgba(5,22,36,.86) 62%, rgba(5,22,36,.68));
}
.field-content { position: relative; z-index: 1; padding: 88px 0; }
.section-kicker.light { color: var(--yellow); }
.field-note h2,
.contact h2 { color: white; max-width: 850px; }
.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
  margin-top: 60px;
}
.timeline article {
  position: relative;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.28);
}
.timeline article::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 56px;
  height: 3px;
  background: var(--yellow);
}
.timeline-number { color: var(--yellow); font-weight: 900; letter-spacing: .08em; }
.timeline h3 { margin: 12px 0 6px; font-size: 1.2rem; }
.timeline p { margin: 0; color: rgba(255,255,255,.72); }

/* Supporter logos: no lines, moderate size, generous spacing. */
.supporters {
  padding: 34px 0 42px;
  background: white;
  border: 0;
}
.supporters-label {
  margin: 0 0 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--navy-800);
}
.supporter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  column-gap: 52px;
  row-gap: 26px;
  border: 0;
}
.supporter-logo {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supporter-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 68px;
  object-fit: contain;
}

/* Contact area matching the approved mockup. */
.contact {
  position: relative;
  overflow: hidden;
  padding: 48px 0 22px;
  color: white;
  background:
    linear-gradient(rgba(4,24,42,.91), rgba(4,24,42,.95)),
    url("assets/hero-remote-site.jpg") center 58% / cover no-repeat;
}
.contact-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(270px, 1.15fr) 1px minmax(300px, 1fr) minmax(110px, .55fr);
  align-items: center;
  gap: 44px;
}
.contact-copy h2 {
  max-width: 430px;
  font-size: clamp(1.42rem, 2.15vw, 2rem);
  line-height: 1.14;
  letter-spacing: -.025em;
}
.contact-yellow-line {
  display: block;
  width: 42px;
  height: 3px;
  margin: 15px 0;
  background: var(--yellow);
}
.contact-copy p {
  margin: 0 0 8px;
  color: rgba(255,255,255,.82);
  font-size: .91rem;
}
.contact-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-list li {
  position: relative;
  padding-left: 21px;
  color: white;
  font-size: .91rem;
  line-height: 1.35;
}
.contact-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--yellow);
  font-weight: 800;
}
.contact-divider {
  width: 1px;
  height: 170px;
  background: rgba(255,255,255,.45);
}
.contact-details {
  display: grid;
  gap: 22px;
  align-content: center;
}
.contact-item {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  color: white;
  text-decoration: none;
  font-size: .93rem;
  line-height: 1.35;
}
.contact-item > span:last-child { white-space: nowrap; }
.contact-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow);
}
.contact-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-address {
  display: flex;
  flex-direction: column;
}
.contact-address strong { color: white; font-size: .94rem; }
.contact-address small {
  margin-top: 1px;
  color: rgba(255,255,255,.76);
  font-size: .81rem;
}
.linkedin-icon {
  width: 23px;
  height: 23px;
  flex-basis: 23px;
  border: 1.6px solid var(--yellow);
  border-radius: 3px;
  font-size: .7rem;
  font-weight: 800;
  line-height: 1;
}
a.contact-item { transition: color .2s ease; }
a.contact-item:hover,
a.contact-item:focus-visible { color: var(--yellow); }
.contact-logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contact-logo img {
  display: block;
  width: 100%;
  max-width: 145px;
  height: auto;
}
.copyright-row {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.copyright-row p {
  margin: 0;
  color: rgba(255,255,255,.48);
  font-size: .76rem;
}

@media (max-width: 980px) {
  .problem-grid,
  .solution-intro,
  .applications-heading { grid-template-columns: 1fr; gap: 42px; }
  .benefit-grid { gap: 28px; }
  .benefit { padding: 0; border-right: 0; }
  .application-card { min-height: 300px; }
  .timeline { gap: 28px; }

  .contact-inner {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
  .contact-divider { display: none; }
  .contact-logo { justify-content: flex-start; grid-column: 2; }
  .contact-logo img { max-width: 125px; }
}

@media (max-width: 780px) {
  .site-header { background: rgba(6,21,34,.84); backdrop-filter: blur(12px); }
  .nav-wrap,
  .site-header.is-scrolled .nav-wrap { min-height: 66px; }
  .brand,
  .site-header.is-scrolled .brand { width: 52px; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: grid;
    gap: 0;
    padding: 80px 20px 24px;
    background: rgba(6,21,34,.98);
    transform: translateY(-120%);
    transition: transform .25s ease;
  }
  .site-nav.is-open { transform: translateY(0); }
  .site-nav a,
  .site-header.is-scrolled .site-nav a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    font-size: .76rem;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  .hero { min-height: 650px; }
  .hero-media { background-position: 68% center; }
  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(3,16,28,.95), rgba(3,16,28,.69)),
      linear-gradient(0deg, rgba(3,16,28,.62), transparent 52%);
  }
  .hero-content { padding-top: clamp(115px, 16vh, 150px); }
  .hero h1 { max-width: 690px; }

  /* Change the size for mobile here. It was set to 76px */
  .section { padding: 50px 0; }
  .comparison { grid-template-columns: 1fr; }
  .comparison-arrow { transform: rotate(90deg); justify-self: center; }
  .benefit-grid,
  .application-grid,
  .timeline { grid-template-columns: 1fr; }
  .benefit-grid { gap: 38px; }
  .application-card { min-height: 290px; }
  .timeline { margin-top: 42px; }

  .supporter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
    row-gap: 28px;
  }
  .supporter-logo img { max-width: 170px; max-height: 62px; }

  .contact-inner { grid-template-columns: 1fr; gap: 34px; }
  .contact-logo { grid-column: auto; justify-content: flex-start; }
  .contact-item > span:last-child { white-space: normal; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, var(--container)); }
  .hero { min-height: 640px; }
  .hero h1 { font-size: clamp(2.35rem, 11vw, 3.1rem); }
  .hero-content > p:not(.eyebrow):not(.hero-note) { font-size: .95rem; }
  .hero-note { font-size: .88rem; }
  .comparison-card { padding: 18px; }
  .solution-intro { margin-top: 72px; padding-top: 52px; }
  .field-content { padding: 72px 0; }

  .supporter-grid { grid-template-columns: 1fr; row-gap: 24px; }
  .supporter-logo { min-height: 60px; }
  .supporter-logo img { max-width: 185px; max-height: 64px; }

  .contact { padding-top: 42px; }
  .contact-item { font-size: .88rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 650px) {
  .hero-content {
    transform: translateY(-25px);
  }
}

/* Better positioning on large screens */
/* Large desktop screens only */
/* Large monitors: align every section to the same page edges */
@media (min-width: 1500px) {
  .container,
  .nav-wrap {
    width: auto !important;
    max-width: none !important;
    margin-left: clamp(45px, 4vw, 80px) !important;
    margin-right: clamp(45px, 4vw, 80px) !important;
  }

  .hero h1 {
    width: max-content;
    max-width: none;
  }

  .hero h1 span {
    display: block;
    white-space: nowrap;
  }
}


/* Restore normal layout below 1200px */
@media (max-width: 1199px) {
  .hero-content,
  .nav-wrap {
    width: min(var(--container), calc(100% - 40px));
    max-width: var(--container);
    margin-left: auto;
    margin-right: auto;
  }

  .hero h1 {
    width: auto;
    max-width: 100%;
  }
}

/* Phone layout */
@media (max-width: 520px) {
  .hero-content,
  .nav-wrap {
    width: calc(100% - 40px);
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2rem, 8.4vw, 2.4rem);
    line-height: 1.05;
  }

  .hero h1 span {
    display: block;
    white-space: nowrap;
  }

  .eyebrow {
    max-width: 100%;
    white-space: normal;
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .hero-content > p:not(.eyebrow):not(.hero-note) {
    max-width: 100%;
    overflow-wrap: normal;
  }
}

/* Prevent sideways scrolling */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg {
  max-width: 100%;
}



/* Final phone corrections */
@media (max-width: 520px) {
  .hero-content,
  .nav-wrap {
    width: calc(100% - 32px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.8rem, 7.5vw, 2.15rem);
    line-height: 1.08;
  }

  .hero h1 span {
    display: block;
    white-space: nowrap;
  }

  .supporter-grid {
    width: calc(100% - 32px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 28px;
  }

  .supporter-logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .supporter-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: min(180px, 75vw);
    margin-left: auto;
    margin-right: auto;
  }
}

/* adjusting logos */
@media (max-width: 520px) {
  .supporters {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .supporters .container,
  .supporter-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;

    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;

    transform: none !important;
    position: static !important;
  }

  .supporters-label {
    grid-column: 1 !important;
    width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .supporter-logo {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 100% !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;

    position: static !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
  }

  .supporter-logo img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 180px !important;
    max-height: 70px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    position: static !important;
    transform: none !important;
  }
}