html, body {
  margin: 0;
  padding: 0;
}
.main-nav {
  margin-bottom: -150px;
  padding-bottom: 0;
}
.hero-nav {
  margin-top: 0;        /* 👈 reduce this */
  padding-top: 0;
}


/* Center header content */
.site-header {
  text-align: center;
  padding: 0;
}

  
  .site-header h1 {
  margin-top: 4px;
}


/* Logo container */
.top-logo{
  padding-top: 0;
  margin-top: 10px;
  padding: 10px 0 0;
}
.hero-logo{
  margin-bottom: 4px;     /* 👈 reduce this */
  padding-bottom: 0;
}
.logo-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: -50px;
  margin-top: -150px;
}

/* 🔥 Reduce logo size HERE */
.logo {
  height: 400px;      /* 👈 CHANGE THIS NUMBER */
  width: auto;       /* keep aspect ratio */
  max-width: 100%;
  display: block;
}
/* FULL PAGE CENTER SECTION */
.center-hero {
  min-height: 70vh;              /* takes most of the screen */
  display: flex;
  flex-direction: column;
  justify-content: center;       /* vertical center */
  align-items: center;           /* horizontal center */
  text-align: center;
  padding: 0;
}

/* MAIN TITLE */
.center-hero h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 700px;
  margin-top: 0;
  max-width: 1000px;
}

/* SUB TITLE */
.center-hero h2 {
  font-size: 28px;
  font-weight: 500;
  max-width: 1000px;
  margin-bottom: 0;
  line-height: 1.2;
  margin-top: 0;
}

.center-hero {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

/* MAIN LINE */
/* NUCLEAR OPTION — removes ALL spacing */
.hero-text,
.hero-text span,
.center-hero {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.05 !important;
}


/* Pull images closer */
.products {
  margin-top:-120px;          /* 👈 critical */
  padding-top: 0;
  display: flex;
  justify-content: center;
  gap: 50px;
}

/* Remove default image spacing */
.products img {
  display: block;
  margin: -15px;
}
.flash-text {
  text-align: center;
  animation: flashColor 2.5s infinite;
}

/* brand emphasis */
.flash-text .brand {
  font-weight: 700;
}

/* second line smaller */
.flash-text .subline {
  display: block;
  font-size: 80%;
  margin-top: 4px;
  animation: flashColorSoft 3s infinite;
}
@keyframes flashColor {
  0%   { color: #0a4cff; }
  50%  { color: #ff7a00; }
  100% { color: #0a4cff; }
}

@keyframes flashColorSoft {
  0%   { color: #444; }
  50%  { color: #0a4cff; }
  100% { color: #444; }
}
.powerone-page .logo {
  display: none;
}
.rayovac-page .logo {
  display: none;
}
.logo-container, .logo-placeholder {
  width: 150px; /* same as logo width */
}
