body {
  background-color: #ffffff !important;
}

.brand-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  margin: 1rem 0;
}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 6rem !important;
  line-height: 6.5rem !important;
}

.brand-description {
  margin: 24px 0 32px 0;
}

p {
  margin: 32px 0;
  max-width: 800px;
}

.brand-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
  margin: 1rem 0;
}

.brand-gallery-image {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.disclaimer p {
  font-size: 0.8rem;
  text-align: center;
  margin: 0 auto;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav a {
  text-decoration: none;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
}

.guide {
  max-width: 1200px;
  margin: 1rem auto;
  background: #fff;
  padding: 40px;
  border-radius: 8px;
}

.guide h1 {
  margin-bottom: 1rem;
  margin-top: 16px;
}

.back-button-wrapper {
  margin-bottom: 1rem;
  text-align: left;
  padding: 12px 0 12px 0;
  max-width: 1500px;
  margin: 0 auto;
}

.guide .intro {
  margin-bottom: 4rem;
}

.quick-picks table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 4rem;
}

.back-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.quick-picks th,
.quick-picks td {
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-align: left;
}

.brand-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 7rem;
}

.brand-section:nth-child(even) {
  flex-direction: row-reverse;
}

.brand-image {
  flex: 1 1 300px;
  max-width: 550px;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.brand-content {
  flex: 1 1 400px;
}

.brand-section h2 {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .brand-section {
    flex-direction: column;
    margin-bottom: 0;
    gap: 2rem;
  }

  .brand-header {
    order: 1;
  }

  .brand-image {
    order: 2;
  }

  .brand-content {
    order: 3;
  }

  .brand-image {
    display: none;
  }

  .guide .intro {
    margin-bottom: 0;
  }

  .guide h1 {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
  }

  .brand-section h2 {
    font-size: 1.4rem !important;
  }

  .guide {
    margin: 0;
    padding: 20px 20px;
  }

  .back-button-wrapper {
    padding: 0;
  }
}
