/* Solid Wood Page Styles */
.sw-intro-container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 1rem;
}

.sw-tagline {
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
  text-align: left;
  margin-bottom: 1rem;
}

.sw-title {
  font-family: Arial, sans-serif;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1rem;
}

.sw-full-banner {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2rem;
}

.sw-gallery-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.sw-half-img {
  flex: 1 1 48%;
  max-width: 48%;
  height: auto;
}





@media (max-width: 768px) {
  .sw-half-img {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .sw-title {
    font-size: 1.5rem;
  }

  .sw-cta-link a {
    font-size: 1.2rem;
  }
}

.sw-image-section {
  max-width: 1800px;
  margin: 0 auto 2rem auto;
  padding: 0 1rem;
}



.sw-image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}




.sw-caption-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.5rem;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  text-align: center;
}

.sw-caption-row p {
  flex: 1 1 48%;
  margin: 0;
}

.sw-divider {
  max-width: 1800px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.sw-three-column {
  justify-content: space-around;
  text-align: center;
}

.sw-third-img {
  flex: 1 1 30%;
  max-width: 30%;
  height: auto;
}

@media (max-width: 768px) {
  .sw-third-img {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .sw-caption-row.sw-three-column p {
    flex: 1 1 100%;
  }
}


.sw-full-image-container {
  max-width: 1800px;
  margin: 2rem auto;
  padding: 0 1rem;
}


.sw-alert-section {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 0 1rem;
  border: 3px solid red;
  box-sizing: border-box;
}

.sw-alert-banner {
  width: 100%;
  height: auto;
  display: block;
}

.sw-caption-centered {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  text-align: center;
  margin: 1rem 0;
  color: #333;
}









.sw-material-section {
  max-width: 1800px;
  margin: 2rem auto;
  padding: 0 1rem;
}




.sw-third-img {
  height: 175px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

/* Make sure the first image can be wider without wrapping */
.sw-header-img {
  max-width: 45%;
}

/* Optional: constrain others so they don't grow too large */
.sw-third-img:not(.sw-header-img) {
  max-width: 26%;
}

@media (max-width: 768px) {
  .sw-three-img-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sw-third-img,
  .sw-third-img:not(.sw-header-img),
  .sw-header-img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}









.sw-material-section {
  padding: 2rem 1rem;
  background-color: #f9f9f9;
}

.sw-material-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.sw-material-column {
  flex: 1 1 22%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  transition: box-shadow 0.3s ease;
}

.sw-material-column:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.sw-text-column {
  max-width: 100%;
}

.sw-material-column img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.sw-material-column p {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  text-align: left;
}

@media (max-width: 900px) {
  .sw-material-row {
    flex-direction: column;
  }

  .sw-material-column {
    flex: 1 1 100%;
  }
}


.epa-warning-section {
  max-width: 1400px;
  margin: 2rem auto;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.epa-text h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #2b3542;
}

.epa-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.epa-image {
  margin: 1.5rem 0;
  text-align: center;
}

.epa-image img {
  width: 100%;
  max-width: 1400px;
  height: auto;
  border-radius: 4px;
}

.epa-footnote p {
  font-size: 0.9rem;
  color: #555;
  text-align: right;
}


.solid-vs-pb-section {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 1rem;
  background-color: #ffffff;
}

.section-heading h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2b3542;
  text-align: left;
  margin-bottom: 0.5rem;
}

.section-heading .subheading {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 1.5rem;
  text-align: left;
}

.comparison-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.concern-gallery-section {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 1rem;
  background-color: #ffffff;
}

.concern-banner img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}

.product-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.product-item {
  flex: 1 1 22%;
  text-align: center;
  background-color: #fafafa;
  padding: 0.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.product-item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 0.5rem;
}

.product-item p {
  font-size: 0.95rem;
  color: #333;
}

@media (max-width: 900px) 


{
  .product-gallery {
    flex-direction: column;
    display: none;
  }

  .product-item {
    flex: 1 1 100%;
  }
}


.epa-logos-section {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 1rem 2rem;
  background-color: #ffffff;
}

.epa-banner {
  margin-bottom: 1.5rem;
  text-align: center;
}

.epa-banner img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.epa-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}

.epa-thumbnails a {
  flex: 1 1 32%;
  display: block;
  text-align: center;
  transition: transform 0.3s ease;
}

.epa-thumbnails a:hover {
  transform: scale(1.02);
}

.epa-thumbnails img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px) {
  .epa-thumbnails {
    flex-direction: column;
  }

  .epa-thumbnails a {
    flex: 1 1 100%;
  }
}

.oprah-quote-section {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 2rem;
  background-color: #fefefe;
  border-left: 6px solid #1e7d3d;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.oprah-quote-section h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #2b3542;
}

.oprah-quote {
  font-size: 1.1rem;
  line-height: 1.6;
  font-style: italic;
  color: #333;
  margin-bottom: 1rem;
}

.oprah-quote strong {
  font-weight: bold;
  color: #1e7d3d;
}

.oprah-quote footer {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #666;
  font-style: normal;
}

.read-more-link {
  margin-top: 1rem;
}

.read-more-link a {
  font-size: 1rem;
  color: #1e7d3d;
  text-decoration: none;
  font-weight: bold;
}

.read-more-link a:hover {
  text-decoration: underline;
}





.finish-swatches-section {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 1rem 2rem;
  background-color: #ffffff;
}

.finish-swatches-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.finish-swatches-grid a {
  display: block;
  width: 110px;
  height: 58px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.finish-swatches-grid a:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.finish-swatches-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.material-comparison-section {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 1rem 2rem;
  background-color: #ffffff;
}

.comparison-image-wide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.comparison-article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.comparison-text {
  flex: 1 1 60%;
}

.comparison-text h2 {
  font-size: 1.5rem;
  color: #2b3542;
  line-height: 1.4;
  margin: 0;
}

.comparison-text a {
  color: #1e7d3d;
  text-decoration: none;
  transition: color 0.2s ease;
}

.comparison-text a:hover {
  text-decoration: underline;
  color: #145c2b;
}

.comparison-side-image {
  flex: 1 1 35%;
  text-align: center;
}

.comparison-side-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px) {
  .comparison-article {
    flex-direction: column;
  }

  .comparison-side-image img {
    max-width: 100%;
  }
}



.carb-warning-section {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.carb-content h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #2b3542;
}

.carb-content ul {
  margin-left: 1.2rem;
  margin-bottom: 1.5rem;
}

.carb-content li {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.carb-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
  color: #333;
}

.carb-quote {
  background-color: #f4f9f4;
  border-left: 6px solid #1e7d3d;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  border-radius: 6px;
}

.carb-quote h3 {
  margin-top: 0;
  color: #1e7d3d;
}

.carcinogen-quote {
  font-weight: bold;
  font-size: 1.1rem;
  color: #b30000;
  margin-top: 1rem;
}

.garage-tip {
  background-color: #fff7e0;
  border-left: 5px solid #e69f00;
  padding: 1rem 1.5rem;
  border-radius: 6px;
  margin: 2rem 0;
}

.garage-tip h4 {
  margin: 0 0 0.5rem 0;
  color: #a05a00;
}

.tip-source {
  font-size: 0.9rem;
  color: #666;
}

.carb-link a {
  display: inline-block;
  margin-top: 1rem;
  color: #1e7d3d;
  font-weight: bold;
  text-decoration: none;
}

.carb-link a:hover {
  text-decoration: underline;
}


.solid-wood-warning-section {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.solid-wood-warning-content h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #2b3542;
}

.solid-wood-warning-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: #333;
}

.solid-wood-warning-content h3 {
  font-size: 1.3rem;
  color: #1e7d3d;
  margin-top: 2rem;
}

.wiki-excerpt {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  background-color: #f4f9f9;
  border-left: 5px solid #1e7d3d;
  border-radius: 6px;
}

.wiki-excerpt h4 {
  margin-top: 0;
  color: #2b3542;
}

.wiki-excerpt blockquote {
  font-style: italic;
  color: #555;
  margin: 0.5rem 0 0;
  font-size: 1.05rem;
}


.msds-callout-section {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 1rem 2rem;
  text-align: center;
  background-color: #ffffff;
}

.msds-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
}

.msds-link a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #1e7d3d;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease;
}

.msds-link a:hover {
  background-color: #145c2b;
}


.external-resources-section {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 1rem 2rem;
  background-color: #ffffff;
}

.resources-header img {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.resource-links ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.resource-links li {
  margin-bottom: 0.8rem;
}

.resource-links a {
  font-size: 1.1rem;
  color: #1e7d3d;
  text-decoration: none;
  transition: color 0.2s ease;
}

.resource-links a:hover {
  text-decoration: underline;
  color: #145c2b;
}

.consumer-protection-quote {
  max-width: 1400px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #f9f9f9;
  border-left: 6px solid #a30000;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.protection-quote-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.protection-logo img {
  width: 133px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

.protection-quote {
  flex: 1;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
}

.protection-quote a {
  color: #1e7d3d;
  font-weight: bold;
  text-decoration: none;
}

.protection-quote a:hover {
  text-decoration: underline;
}

.highlight-warning {
  background-color: #fff3cd;
  color: #a30000;
  font-weight: bold;
  padding: 0 4px;
}

@media (max-width: 800px) {
  .protection-quote-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .protection-logo img {
    margin-bottom: 1rem;
  }

  .protection-quote {
    text-align: center;
  }
}


.pine-hemlock-section {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 1rem 2rem;
  text-align: center;
  background-color: #ffffff;
}

.pine-hemlock-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.pine-hemlock-section hr {
  margin-top: 2rem;
  border: none;
  border-top: 1px solid #ccc;
}



#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: none;
  background-color: #1e7d3d;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

#backToTop:hover {
  background-color: #145c2b;
}

.sticky-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #1e7d3d;
  color: #ffffff;
  text-align: center;
  padding: 0.75rem 1rem;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
}

.cta-bar-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.cta-bar-content span {
  font-size: 1rem;
  font-weight: 500;
}

.cta-button {
  background-color: #ffffff;
  color: #1e7d3d;
  font-weight: bold;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #f0f0f0;
}

@media (max-width: 600px) {
  .cta-bar-content {
    flex-direction: column;
    text-align: center;
  }

  .cta-bar-content span {
    font-size: 0.95rem;
  }

  .cta-button {
    width: 100%;
  }
}


.sw-intro-container,
.sw-image-section,
.sw-full-image-container,
.sw-divider {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 1rem 2rem;
  background-color: #ffffff;
}


.sw-full-banner {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.sw-image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
  justify-content: space-between;
}

.sw-half-img {
  flex: 1 1 48%;
  border-radius: 6px;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.sw-three-column {
  justify-content: space-between;
}

.sw-third-img {
  flex: 1 1 32%;
  border-radius: 6px;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.sw-caption-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.sw-caption-row p,
.sw-caption-centered {
  flex: 1 1 48%;
  text-align: center;
  font-size: 1rem;
  color: #444;
  margin: 0;
}

.sw-caption-centered {
  margin: 2rem auto 1rem;
  font-size: 1.05rem;
  font-weight: 500;
  text-align: center;
}







.sw-cta-link a {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  color: #1e7d3d;
  text-decoration: none;
  border: 2px solid #1e7d3d;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.sw-cta-link a:hover {
  background-color: #1e7d3d;
  color: #fff;
}



















.sw-page-header {
  text-align: center;
  margin-bottom: 2rem;
}

.sw-title {
  font-size: 2rem;
  color: #2b3542;
  margin-top: 0.5rem;
}

.sw-tagline {
  font-size: 1.1rem;
  color: #555;
  margin: 0;
}

@media (max-width: 900px) {
  .sw-image-row,
  .sw-caption-row,
  .sw-three-column {
    flex-direction: column;
    align-items: center;
  }

  .sw-half-img,
  .sw-third-img {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .sw-caption-row p {
    flex: 1 1 100%;
    margin-top: 0.5rem;
  }
}