/* =========================================================
   Espresso-Etc Design System - Homepage Reusable Components
   Version: 1.1

   Purpose:
   - Support homepage-only reusable sections.
   - Do NOT redefine global header, footer, typography, buttons, or forms.
   - Loaded after master-style-v2-dreamweaver.css and
     espresso-master-interior-template.css.

   Dreamweaver-friendly: no CSS variables, no external frameworks.
   ========================================================= */

/* ----------------------------------------------------------------------
   01. Fonts
---------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

/* ----------------------------------------------------------------------
   01. Accessibility Helper
---------------------------------------------------------------------- */
.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 15px;
  top: 15px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  background: #ffffff;
  color: #333333;
  z-index: 99999;
  border: 2px solid #43bf04;
}

/* ----------------------------------------------------------------------
   02. Homepage Section Foundation
---------------------------------------------------------------------- */
.home-section {
  clear: both;
  padding: 58px 0;
  background: #ffffff;
}

.home-section-light {
  background: #f4f4f4;
}

.home-eyebrow {
  color: #5d9d2f;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 45px;
  text-transform: uppercase;
}

.home-eyebrow-brand {
  color: #5d9d2f;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 45px;
  text-transform: uppercase;
}

.section-heading {
  /*max-width: 760px;*/
  margin: 0 auto 34px auto;

}

.section-heading h2 {
  margin: 0 0 12px 0;
  color: #393939;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
}

/*.section-heading p {
  font-size: 17px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}*/

/* ----------------------------------------------------------------------
   03. Text Links and Button Rows
---------------------------------------------------------------------- */
.text-link {
  color: #336600;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus {
  color: #ad510e;
}

.button-row {
  text-align: center;
}

.button-row .ee-button {
  margin: 0 6px 10px 6px;
}

/* Light-outline button used on dark CTA areas. Kept homepage-specific. */
.ee-button-light {
  background: transparent;
  border: 1px solid rgba(255,255,255,.75);
  color: #ffffff !important;
}

.ee-button-light:hover,
.ee-button-light:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: #5a351b !important;
}

/* ----------------------------------------------------------------------
   04. Homepage Split Sections
---------------------------------------------------------------------- */
.home-split:after {
  content: "";
  display: table;
  clear: both;
}

.home-split-media,
.home-split-content {
  width: 100%;
}

.home-split-content h2 {
  margin: 0 0 14px 0;
  color: #393939;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 500;
}

.home-split-content p {
  font-size: 18px;
  line-height: 28px;
}

.image-placeholder,
.card-image-placeholder {
  display: table;
  width: 100%;
  min-height: 260px;
  border: 1px solid #e4d7c9;
  background: #f9ede0;
  color: #7c5c36;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
}

.image-placeholder span,
.card-image-placeholder span {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

.image-breakroom {
  background: #f9ede0;
   background: linear-gradient(135deg, #e6f2dd, #ffffff 55%, #f9ede0);
}

.image-service {
  background: #f9ede0;
  background: linear-gradient(135deg, #e6f2dd, #ffffff 55%, #f9ede0);
}

/* ----------------------------------------------------------------------
   05. Homepage Cards and Grids
---------------------------------------------------------------------- */
.home-card-grid {
  clear: both;
}

.home-card-grid:after {
  content: "";
  display: table;
  clear: both;
}

.home-card {
  float: left;
  width: 100%;
  margin: 0 0 22px 0;
  background: #ffffff;
  border: 1px solid #e7e2dd;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0,0,0,.05);
  box-sizing: border-box;
}

.home-card h3 {
  margin: 14px 0 9px 0;
  color: #5d9d2f;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-card p {
  margin: 0 0 14px 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
}

.machine-card .card-image-placeholder {
  min-height: 180px;
  margin: -24px -24px 20px -24px;
  width: auto;
  background: #ffffff;
}

.icon-card {
  text-align: center;
}

.icon-circle {
  display: inline-block;
  width: 62px;
  height: 62px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #000;
  color: #5a351b;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
}

/* ----------------------------------------------------------------------
   06. Lists, Testimonials, and FAQ
---------------------------------------------------------------------- */
.check-list {
  margin: 16px 0 24px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 27px;
  list-style: none;
  font-size: 18px;
  line-height: 28px;
}

.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #43bf04;
  font-weight: 700;
}

.testimonial-card {
  margin: 0 0 22px 0;
  padding: 26px;
  border-left: 4px solid #5d9d2f;
  background: #f6f6f6;
  box-shadow: 0 8px 22px rgba(0,0,0,.05);
  box-sizing: border-box;
}

.testimonial-card p {
  margin: 0 0 14px 0;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}

.testimonial-card b {
  font-weight: 900;
}

.testimonial-card cite {
  display: block;
  color: #666;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
/*
.faq-wrap {
  max-width: 920px;
}*/

.faq-list details {
  margin-bottom: 12px;
  border: 1px solid #e2ddd8;
  background: #ffffff;
}

.faq-list summary {
  cursor: pointer;
  padding: 17px 20px;
  color: #393939;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  background: #fff;
}
/*
.faq-list summary {
  cursor: pointer;
  padding: 17px 20px;
  color: #393939;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  background: #fff;
}*/

.faq-list details p {
  padding: 20px;
  margin: 0;
  font-size: 17px;
  line-height: 28px;
}

/*====================================================
  FAQ RESPONSIVE FIX
====================================================*/

.faq-wrap {
  max-width: 1200px; /*was 920*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.faq-list {
  width: 100%;
  box-sizing: border-box;
}

.faq-list details {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.faq-list summary {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  line-height: 1.35;
  box-sizing: border-box;
}

.faq-list details p {
  box-sizing: border-box;
}

/* Phone adjustments */
@media only screen and (max-width: 600px) {

  .faq-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-list summary {
    font-size: 17px;
    line-height: 1.4;
    padding: 15px 16px;
  }

  .faq-list details p {
    font-size: 15px;
    line-height: 1.6;
    padding: 0 16px 16px 16px;
  }

}

/*====================================================
  CLIENT TICKER 
====================================================*/

.client-ticker-section {
  margin-top: 34px;
  text-align: center;
}

.client-ticker-heading {
  max-width: 100%;
  margin: 0 auto 18px auto;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  color: #393939;
}

.client-ticker {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e2ddd8;
  border-bottom: 1px solid #e2ddd8;
  background: #ffffff;
  padding: 14px 0;
}

.client-ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  white-space: nowrap;
  animation: clientTickerScroll 32s linear infinite;
}

.client-ticker-track span {
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #6c4020;
}

.client-ticker-track span::after {
  content: "•";
  margin-left: 26px;
  color: #43bf04;
}

.client-ticker:hover .client-ticker-track {
  animation-play-state: paused;
}

@keyframes clientTickerScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  .client-ticker-track {
    animation: none;
    white-space: normal;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Phone adjustments */
@media only screen and (max-width: 600px) {
  .client-ticker-section {
    margin-top: 26px;
  }

  .client-ticker-heading {
    font-size: 18px;
    padding: 0 18px;
  }

  .client-ticker-track {
    gap: 34px;
    animation-duration: 26s;
  }

  .client-ticker-track span {
    font-size: 15px;
  }

  .client-ticker-track span::after {
    margin-left: 34px;
  }
}


/* ----------------------------------------------------------------------
   07. Responsive Grid Behavior
---------------------------------------------------------------------- */
@media only screen and (min-width: 700px) {
  .home-card-grid-three .home-card,
  .home-card-grid-four .home-card {
    width: 48%;
    margin-right: 4%;
  }

  .home-card-grid-three .home-card:nth-child(2n),
  .home-card-grid-four .home-card:nth-child(2n) {
    margin-right: 0;
  }

  .home-card-grid-three .testimonial-card {
    float: left;
    width: 48%;
    margin-right: 4%;
  }

  .home-card-grid-three .testimonial-card:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 900px) {
  .home-section {
    padding: 50px 0;
  }

  .home-split-media,
  .home-split-content {
    float: left;
    width: 47%;
  }

  .home-split-media {
    margin-right: 6%;
  }

  .home-split-reverse .home-split-media {
    float: right;
    margin-right: 0;
    margin-left: 6%;
  }

  .home-card-grid-three .home-card,
  .home-card-grid-three .testimonial-card {
    width: 30.666%;
    margin-right: 4%;
  }

  .home-card-grid-three .home-card:nth-child(2n),
  .home-card-grid-three .testimonial-card:nth-child(2n) {
    margin-right: 4%;
  }

  .home-card-grid-three .home-card:nth-child(3n),
  .home-card-grid-three .testimonial-card:nth-child(3n) {
    margin-right: 0;
  }

  .home-card-grid-four .home-card {
    width: 22%;
    margin-right: 4%;
  }

  .home-card-grid-four .home-card:nth-child(2n) {
    margin-right: 4%;
  }

  .home-card-grid-four .home-card:nth-child(4n) {
    margin-right: 0;
  }
}

/* =========================================================
   RESPONSIVE MACHINE COMPARISON TABLE 1
========================================================= */

.table-responsive {
  width: 100%;
  margin: 2rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  background-color: #ffffff;
}

.comparison-table {
  width: 100%;
  min-width: 1100px;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
}

.comparison-table caption {
  padding: 1rem;
  font-weight: 700;
  text-align: left;
  color: #333333;
  background-color: #f5f3ef;
  border-bottom: 1px solid #d9d9d9;
}

.comparison-table th,
.comparison-table td {
  padding: 1rem;
  vertical-align: top;
  text-align: left;
  line-height: 1.55;
  font-size: 14px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: 0;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-table thead th {
  font-weight: 700;
  color: #ffffff;
  background-color: #5d9d2f;
    text-align:center;
}

.comparison-table tbody th {
  min-width: 170px;
  font-weight: 700;
  background-color: #f5f3ef;
    
}

.comparison-table tbody tr:nth-child(even) td {
  background-color: #fafafa;
}

.comparison-table tbody tr:hover td,
.comparison-table tbody tr:hover th {
  background-color: #f1eee9;
}

.comparison-table a {
  font-weight: 400;
  text-decoration: none;
  text-underline-offset: 0.15em;
}

.comparison-table a:hover,
.comparison-table a:focus {
  text-decoration-thickness: 2px;
}

.table-responsive + p {
  margin-top: 0.75rem;
}


/* Visible keyboard focus for horizontal scrolling */

.table-responsive:focus {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}


/* =========================================================
   TABLET AND MOBILE
========================================================= */

@media (max-width: 900px) {

  .table-responsive {
    position: relative;
    margin: 1.5rem 0;
  }

  .comparison-table {
    min-width: 950px;
    font-size: 0.9375rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 0.875rem;
  }

  .comparison-table tbody th {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 155px;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.08);
  }

  .comparison-table thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
  }
}


@media (max-width: 600px) {

  .table-responsive {
    border-radius: 0.35rem;
  }

  .comparison-table {
    min-width: 875px;
    font-size: 0.875rem;
  }

  .comparison-table caption {
    padding: 0.875rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 0.75rem;
  }

  .comparison-table tbody th {
    min-width: 145px;
  }
}


/* =========================================================
   REDUCED MOTION AND PRINT
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .table-responsive {
    scroll-behavior: auto;
  }
}


@media print {

  .table-responsive {
    overflow: visible;
    border: 0;
  }

  .comparison-table {
    min-width: 0;
    font-size: 9pt;
  }

  .comparison-table thead th {
    color: #000000;
    background-color: #eeeeee;
  }

  .comparison-table tbody th {
    position: static;
    box-shadow: none;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 0.4rem;
    border: 1px solid #999999;
  }
}
.comparison-table {
    font-size: 0.92rem;
}

.comparison-table th,
.comparison-table td {
    padding: 0.85rem;
    line-height: 1.45;
}
.comparison-table tbody th {
    font-size: 17px;
    font-weight: 700;
}
.comparison-highlight td {
    background: #efe7dc;
    border-bottom: 2px solid #cdbda8;
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 1rem;
}

.comparison-highlight strong {
    color: #49352b;
}


@media only screen and (max-width: 768px) {
  .left_sidebar {
    display: none; /* Entirely removes the layout space for sidebar (machines) */
  }
}








