:root {
  --bg-dark: rgba(255, 255, 255, 0.55);
  --accent: #e91e63;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.85);
  --nav-height: 76px;
  --bg: #2f4d41;
  /* primary dark */
  --accent: #c7c949;
  /* second color */
  --muted: rgba(255, 255, 255, 0.85);
  --muted-2: rgba(255, 255, 255, 0.72);
  --max-width: 1400px;
  --accent-yellow: #f0a81b;
  --accent-green: #2fb86b;
  --dark-overlay: rgba(10, 10, 10, 0.62);
  --tile-bg: rgba(255, 255, 255, 0.02);
  --tile-border-opacity: 0.95;
  --container-width: 1180px;
  --accent-green: #2f4d41;
  --cta-color: #f2a33b;
  --card-bg: #ffffff;
  --page-bg: #f5f6f4;
  --text: #222;
  --radius: 10px;
  --shadow: 0 14px 30px rgba(45, 77, 65, 0.06);
}


html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-family: " ", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-family: "Source Sans 3", sans-serif !important;
}

.wave {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: calc(100% + 20px);
}

.wave path {
  fill: none;
  stroke: #C9CA49;
  stroke-width: 4;
}

.border-background {
  border-radius: 50%;
  background: var(--accent-green);
  padding: 4px;
}

.highlight {
  color: #c9ca49;
  margin-bottom: 50px;
  font-family: Caveat !important;
  /* font-weight: 900 !important; */
}

.learn-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1px solid #2f4d41;
  color: #2f4d41;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 10px 18px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.learn-more-btn .arrow {
  display: inline-block;
  background: #2f4d41;
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  transform: rotate(-40deg);
  transition: all 0.3s ease;
}

.learn-more-btn:hover {
  background: #c9ca49;
  /* Soft purple hover background */
  color: #2f4d41;
  border-color: #2f4d41;
  transform: scale(0.91);
  font-size: 13px;
  transition: all 0.3s ease;
}

.learn-more-btn:hover .arrow {
  background: #2f4d41;
  /* Keep circle same dark */
  color: #c9ca49;
  transform: rotate(0deg);
}

/* specail button 2 */

.spbtn {
  padding: 14px 26px;
  background: #2f4d41;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.spbtn .spbtnarrow {
  margin-left: 5px;
  display: inline-block;
  background: #fff;
  color: #2f4d41;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  transform: rotate(-40deg);
  transition: all 0.3s ease;
}

.spbtn:hover {
  background: #c9ca49;
  /* Soft purple hover background */
  color: #2f4d41;
  border-color: #2f4d41;
  /* transform: scale(0.91); */
  /* font-size: 13px; */
  transition: all 0.3s ease;
}

.spbtn:hover .spbtnarrow {
  background: #2f4d41;
  /* Keep circle same dark */
  color: #c9ca49;
  transform: rotate(0deg);
}

/* specail button 2 */
.spbtn2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  text-decoration: none;
  border: 4px solid #2f4d41;
  color: #2f4d41;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 10px 18px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.spbtn2 .spbtnarrow2 {
  margin-left: 5px;
  display: inline-block;
  background: #fff;
  color: #2f4d41;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  transform: rotate(-40deg);
  transition: all 0.3s ease;
}

.spbtn2:hover {
  background: #c9ca49;
  /* Soft purple hover background */
  color: #2f4d41;
  border-color: #2f4d41;
  /* transform: scale(0.91); */
  /* font-size: 13px; */
  transition: all 0.3s ease;
}

.spbtn2:hover .spbtnarrow2 {
  background: #2f4d41;
  color: #fff;
  transform: rotate(0deg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans 3", sans-serif !important;
  /* font-style: italic; */
}

/* hero container */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* video */
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform-origin: center;
  will-change: transform;
}

/* overlay to darken video slightly */
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.44) 0%,
      rgba(0, 0, 0, 0.12) 50%,
      rgba(0, 0, 0, 0.44) 100%);
  mix-blend-mode: multiply;
}

/* nav */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  z-index: 6;
  gap: 20px;
  background: transparent;
  transition: all 0.4s ease;
}

.nav-others {
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  gap: 20px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.192);
  color: black;
  transition: all 0.4s ease;
}


.nav.scrolled {
  background: #faf9f6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.192);
}

svg.scrolled {
  fill: red !important;
}

.nav.scrolled .nav__center a,
.nav.scrolled .logo,
.nav.scrolled .icon-btn,
.nav.scrolled path {
  color: #000 !important;
  fill: #000 !important;
}

.nav.scrolled .nav__center ul li,
.nav.scrolled .logo,
.nav.scrolled .icon-btn,
.nav.scrolled svg {
  color: #000 !important;
}

.nav__left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
}

.nav__center {
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.nav__center a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.95;
}

.nav__center ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}

.nav__center-other ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}

.nav__center ul div.dropdown li {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.95;
}

.nav__center-others ul div.dropdown li {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.95;
}

.nav__right {
  display: flex;
  gap: 12px;
  align-items: center;
}

.icon-btn {
  background: none;
  border: 0;
  color: var(--white);
  cursor: pointer;
  font-size: 18px;
  padding: 6px 8px;
}

.icon-btn {
  background: none;
  border: 0;
  color: var(--white);
  cursor: pointer;
  font-size: 18px;
  padding: 6px 8px;
}

/* Dropdown Button */

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  /* min-width: 160px; */
  width: 230px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #c8c949;
  color: #2f4d41;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* decorative blob */
.blob {
  position: absolute;
  top: 23%;
  left: 0;
  width: 46%;
  height: 141%;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
  z-index: 4;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='595.28px' height='841.89px' viewBox='0 0 595.28 841.89' xml:space='preserve'%3E%3Cpath d='M237.962,48.262c-36.276,26.802-83.232,68.816-154.206,66.061l-19.211-1.824C39.731,108.748,18.39,99.973,0,88.763 L0,218.316c16.82-4.959,35.185-7.719,55.108-6.953c0,0,19.371,1.826,19.383,1.827c52.703,8.004,90.177,43.046,125.427,80.223 c41.623,43.906,82.312,80.194,145.589,86.19c104.34,9.881,196.924-66.693,206.809-171.045 c9.867-104.34-66.689-196.945-171.03-206.814C327.004-3.404,275.786,18.809,237.962,48.262'/%3E%3C/svg%3E");
}

/* hero content */
.hero__inner {
  position: relative;
  z-index: 5;
  max-width: 1100px;
  padding: 120px 48px;
  height: 100vh;
  display: flex;
  align-items: flex-start;
}

.hero__content {
  margin-top: 284px;
  width: min(600px, 65%);
  font-size: smaller;
  margin-left: 221px;
  pointer-events: auto;
}

.eyebrow {
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 18px;
}

h1 {
  font-size: 62px;
  line-height: 1.3;
  margin: 0 0 18px 0;
  color: var(--white);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
  font-weight: 800;
  letter-spacing: -1px;
}

p.lead {
  margin-top: 35px;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 26px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.arrow-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 4px;
}

.arrow-cta svg {
  transform: translateX(0);
  transition: transform 0.18s ease;
}

.arrow-cta:hover svg {
  transform: translateX(6px);
}

/* bottom timeline */
.hero__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  z-index: 7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 40px;
  pointer-events: auto;
}

.timeline {
  width: min(1200px, calc(100% - 120px));
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 13px;
  position: relative;
}

.timeline__item {
  padding: 6px 10px;
  cursor: pointer;
  opacity: 0.95;
  display: flex;
  gap: 8px;
  align-items: center;
}

.timeline__item small {
  opacity: 0.65;
  font-weight: 700;
  margin-right: 6px;
}

.timeline__item.active {
  color: #fff;
  opacity: 1;
}

.timeline__underline {
  position: absolute;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), #d6387f);
  bottom: -14px;
  left: 0;
  width: 180px;
  transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.3, 1), width 0.28s ease;
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25),
    0 2px 0 rgba(255, 255, 255, 0.02) inset;
}

.timeline__base {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
}

.play-btn {
  margin-left: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* responsive */
@media (max-width: 1100px) {
  h1 {
    font-size: 64px;
  }

  .blob {
    width: 420px;
    height: 420px;
    left: 24px;
    top: 120px;
  }

  .hero__content {
    width: 62%;
  }
}

@media (max-width: 720px) {
  .nav {
    padding: 12px 18px;
  }

  .nav__center {
    display: none;
  }

  .hero__inner {
    padding: 100px 18px;
  }

  h1 {
    font-size: 40px;
  }

  .blob {
    display: none;
  }

  .hero__content {
    width: 100%;
  }

  .timeline {
    font-size: 12px;
    gap: 12px;
  }

  .timeline__underline {
    display: none;
  }

  .timeline__item {
    font-size: 12px;
  }
}

/* about section css */

/* Section wrapper */
.section-about {
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 20px;
}

/* Headings */
.headline {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.sub {
  margin-bottom: 32px;
  font-size: 15px;
}

/* Stats grid */
.stats-row,
.sustain-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 11px;
  margin-bottom: 48px;
  position: relative;
}

/* Individual stat box */
.stat {
  text-align: center;
  position: relative;
  padding: 18px 10px;
}

.stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #cecece;
}

/* Icon */
.icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: var(--circle-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

/* Numbers and labels */
.number {
  font-size: 22px;
  font-weight: 800;
}

.number span {
  font-weight: 600;
}

.label {
  font-size: 13px;
  line-height: 1.4;
}

.link {
  margin-top: 6px;
  font-size: 13px;
  text-decoration: none;
}

/* Sustainability section title */
.subsection-title {
  font-size: 20px;
  font-weight: 600;
  margin: 18px 0 12px 0;
}

/* Special stacked mini stats */
.feature-stack {
  text-align: left;
}

.stack-box {
  background: #fff;
  border-left: 4px solid rgba(0, 0, 0, 0.06);
  padding: 0 2px;
  margin: 8px 0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}

/* Legend */
.legend {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.dot--1 {
  background: #9b3b94;
}

.dot--2 {
  background: #d63b7f;
}

.dot--3 {
  background: #36a9d6;
}

/* Responsive */
@media (max-width: 1100px) {

  .stats-row,
  .sustain-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .stat:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 720px) {

  .stats-row,
  .sustain-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .headline {
    font-size: 20px;
  }

  .icon {
    width: 68px;
    height: 68px;
  }

  .number {
    font-size: 18px;
  }
}

/* bussines section */

/* ===========================
   Business section (replace existing .container / .biz-* rules)
   =========================== */

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 8px 28px;
}

/* header */
.biz-header {
  margin-bottom: 20px;
}

.biz-header h2 {
  font-size: 30px;
  margin: 6px 0 10px 0;
  font-weight: 700;
  color: #111;
}

.biz-header .intro {
  margin: 0 0 28px 0;
  max-width: 880px;
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1.6;
}

/* main grid: left tabs / center media / right content */
.biz-grid {
  display: grid;
  grid-template-columns: 260px 1fr 460px;
  gap: 40px;
  align-items: center;
  min-height: 420px;
}

/* --------------------------
   LEFT: vertical tabs
   -------------------------- */
.biz-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
  padding-left: 10px;
}

/* tab button */
.tab {
  background: transparent;
  display: flex;
  gap: 14px;
  align-items: center;
  border: 0;
  cursor: pointer;
  padding: 6px 6px;
  border-radius: 6px;
  transition: color 0.18s ease, transform 0.18s ease;
  color: #5d5d5d;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  width: 100%;
}

/* active tab visual */
.tab[aria-selected="true"],
.tab.is-active {
  color: #2b2b2b;
}

/* circular icon container inside tab */
.tab-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f6f6f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  flex: 0 0 56px;
}

/* small accent circle when active */
.tab[aria-selected="true"] .tab-icon {
  box-shadow: 0 0 0 4px rgba(214, 59, 127, 0.06),
    0 2px 6px rgba(0, 0, 0, 0.04) inset;
  border-color: rgba(214, 59, 127, 0.28);
}

/* label */
.tab-label {
  white-space: nowrap;
}

/* thin horizontal connector (line to the right of active tab) */
.tab-connector {
  position: absolute;
  left: 100px;
  /* adjust to align with label baseline */
  height: 2px;
  width: calc(100% - 120px);
  background: transparent;
  pointer-events: none;
  transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.3, 1), opacity 0.18s;
  opacity: 0;
}

/* visible short line for the active tab — moved by JS (top) */
.tab-connector.visible {
  background: #d2d2d2;
  opacity: 1;
}

/* alternate: vertical page rule (if you prefer) */
.tab-rule {
  position: absolute;
  right: -10px;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: #e9e9e9;
  display: none;
  /* hidden by default, enable if needed */
}

/* --------------------------
   CENTER: media (image frame)
   -------------------------- */
.biz-media {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-left: 201px;
}

.media-frame {
  width: 100%;
  max-width: 540px;
  aspect-ratio: 1/1;
  border-radius: 44px 105px 44px 44px;
  /* round corners like screenshot */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  position: relative;
}

/* image style & fade transition */
.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.45s ease, transform 0.45s ease;
  transform-origin: center;
}

/* pager dots & play */
.pager {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ececec;
  border: none;
  cursor: pointer;
  transition: background 0.18s;
}

.dot.active {
  background: #222;
}

.pager-play {
  background: transparent;
  border: 0;
  font-weight: 700;
  color: #7a7a7a;
  cursor: pointer;
  padding: 6px;
}

/* --------------------------
   RIGHT: content area
   -------------------------- */
.biz-content {
  /* margin-top: -340px; */
  align-self: self-start;
  padding-left: 20px;
}

.biz-content h3 {
  font-size: 26px;
  margin: 0 0 12px 0;
  font-weight: 800;
  color: #333;
}

.biz-content .biz-text {
  color: #666;
  line-height: 1.65;
  font-size: 15px;
  margin: 0;
}

/* small plus icon area at bottom-right (visual) */
.biz-plus {
  margin-top: 28px;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #999;
}

/* --------------------------
   Responsive adjustments
   -------------------------- */
@media (max-width: 1100px) {
  .biz-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
  }

  .biz-tabs {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
    padding-left: 8px;
  }

  .tab {
    background: transparent;
    display: flex;
    gap: 16px;
    align-items: center;
    border: 0;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #555;
    position: relative;
    transition: color 0.2s ease;
  }

  .tab-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f4f4f4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 1px solid rgba(0, 0, 0, 0.04);
  }

  .tab-underline {
    width: 300px;
    height: 3px;
    background: red !important;
    position: absolute;
    right: -250px;
    top: 10%;
    z-index: 333;
  }

  .tab[aria-selected="true"],
  .tab.is-active {
    color: #000;
    /* position: relative; */
  }

  /* === HORIZONTAL CONNECTING LINE === */
  .tab[aria-selected="true"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 110px;
    right: -180px;
    /* extend to the image */
    height: 2px;
    background: linear-gradient(90deg, #d63b7f, #bfbfbf);
    transform: translateY(-50%);
  }

  /* To match LG Chem’s subtle effect */
  .tab[aria-selected="true"]::after {
    background: linear-gradient(90deg, #d63b7f 0%, #c8c8c8 100%);
    opacity: 0.9;
  }

  /* Responsive: hide the line in mobile */
  @media (max-width: 1100px) {
    .tab::after {
      display: none;
    }
  }

  .tab-label {
    display: none;
  }

  .tab-connector {
    display: none;
  }

  .media-frame {
    max-width: 420px;
    border-radius: 18px;
  }

  .biz-content {
    padding-left: 0;
    order: 3;
  }

  .biz-media {
    order: 2;
  }

  .biz-tabs {
    order: 1;
  }
}

@media (max-width: 520px) {
  .media-frame {
    max-width: 320px;
  }

  .biz-header h2 {
    font-size: 22px;
  }

  .biz-header .intro {
    font-size: 14px;
  }

  .tab-icon {
    width: 40px;
    height: 40px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }
}

/* logo section  */
/* SDG Section */
.sdg-section {
  padding: 48px 12px;
  background: #fff;
  color: #111;
}

.sdg-inner {
  max-width: 1400px;
  margin: 0 auto;
}

/* Title */
.sdg-title {
  text-align: center;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 40px;
  margin: 0 0 30px 0;
  text-transform: capitalize !important;
  /* text-transform: uppercase; */
  color: #2f4d41;
}

/* Row wrapper: logo at left, icons to the right */
.sdg-row {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
}

/* SDG logo (left) */
.sdg-logo img {
  width: 140px;
  /* adjust to taste */
  height: auto;
  display: block;
  object-fit: contain;
  margin-right: 8px;
}

/* Cards container */
.sdg-cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(120px, 1fr);
  gap: 20px;
  align-items: center;
  justify-content: center;
  /* width: min(820px, 100%); */
}

/* individual card (square icon box) */
.sdg-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  background: #fff;
  padding: 12px;
  border-radius: 6px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  cursor: default;
}

/* image inside card - keep it square */
.sdg-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* small label below icons (optional) */
.sdg-label {
  font-size: 12px;
  color: #444;
  line-height: 1.2;
  max-width: 100px;
}

/* hover/active visual (subtle) */
.sdg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

/* responsive: stack on small screens */
@media (max-width: 900px) {
  .sdg-row {
    gap: 18px;
  }

  .sdg-logo img {
    width: 120px;
  }

  .sdg-cards {
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .sdg-card img {
    width: 56px;
    height: 56px;
  }

  .sdg-label {
    font-size: 11px;
    max-width: 120px;
  }
}

@media (max-width: 520px) {
  .sdg-title {
    font-size: 16px;
    letter-spacing: 0.6px;
  }

  .sdg-logo img {
    width: 100px;
  }

  .sdg-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .sdg-card img {
    width: 48px;
    height: 48px;
  }

  .sdg-label {
    font-size: 11px;
  }
}

/* carbon section */

.carbon-section {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.text-header {
  text-align: center;
  margin-bottom: 40px;
}

.text-header h2 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  text-transform: lowercase !important;
  /* text-transform: uppercase; */
  color: #2f4d41;
}

.text-header p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.carbon-content {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.carbon-image img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 40px 100px 40px 40px;
}

.carbon-text {
  max-width: 600px;
}

.carbon-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
}

/* cards section */

.recycled-section {
  background: var(--page-bg);
  padding: 56px 18px;
  color: var(--text);
}

/* center container */
.recycled-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  text-align: center;
  padding: 0 18px;
}

/* title + rule */
.recycled-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto 10px;
  color: var(--accent-green);
  letter-spacing: 0.6px;
}

.recycled-rule {
  display: inline-block;
  width: 60px;
  height: 6px;
  border-radius: 4px;
  background: var(--accent-green);
  margin-bottom: 18px;
}

/* lead paragraph */
.recycled-lead {
  max-width: 920px;
  margin: 8px auto 36px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 15px;
}

/* cards grid */
.recycled-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: stretch;
  margin-top: 10px;
}

/* individual card */
.card {
  background: var(--card-bg);
  border-radius: 8px;
  padding: 28px 24px;
  box-shadow: var(--shadow);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: space-between;
  min-height: 420px;
  transition: transform 0.22s cubic-bezier(0.2, 0.9, 0.3, 1),
    box-shadow 0.22s ease;
}

/* icon circle */
.card-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* title within card */
.card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #222;
  line-height: 1.25;
}

/* body text area — keep it readable width */
.card-body {
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
  flex: 1 1 auto;
  padding: 6px 6px 0 6px;
}

/* Learn More link */
.card-link {
  display: inline-block;
  margin-top: 6px;
  color: var(--cta-color);
  text-decoration: none;
  font-weight: 700;
  padding-top: 6px;
}

/* hover/focus effect */
.card:hover,
.card:focus-within {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(19, 19, 19, 0.12);
}

/* responsive */
@media (max-width: 1100px) {
  .recycled-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .card {
    min-height: 380px;
    padding: 22px;
  }

  .card-icon {
    width: 78px;
    height: 78px;
  }
}

@media (max-width: 720px) {
  .recycled-inner {
    padding: 0 12px;
  }

  .recycled-title {
    font-size: 22px;
  }

  .recycled-lead {
    font-size: 14px;
    line-height: 1.6;
  }

  .recycled-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .card {
    min-height: auto;
    padding: 20px;
    text-align: left;
  }

  .card-body {
    text-align: left;
  }

  .card-link {
    display: inline-block;
    margin-bottom: 4px;
  }
}

/* small accessibility improvement: visible focus */
.card:focus-within,
.card a:focus {
  outline: 3px solid rgba(46, 125, 50, 0.12);
  outline-offset: 4px;
}

.certifications-section {
  background: var(--bg);
  padding: 56px 20px;
  color: #111;
}

.cert-inner {
  max-width: var(--container-width);
  margin: 0 auto;
  text-align: center;
  padding: 0 18px;
}

/* heading */
.cert-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--accent);
  letter-spacing: 0.4px;
}

.cert-sub {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 15px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* grid */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* 6 logos per row on large screens */
  gap: 18px;
  align-items: center;
  justify-items: center;
  margin-top: 18px;
}

/* card / tile */
.cert-card {
  width: 100%;
  max-width: 160px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--card-bg);
  border-radius: 10px;
  padding: 14px;
  box-shadow: var(--shadow);
  transition: transform 0.18s cubic-bezier(0.2, 0.9, 0.3, 1), box-shadow 0.18s;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* image inside */
.cert-card img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}

/* clickable link covers the image */
.cert-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* hover */
.cert-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 26px 56px rgba(8, 8, 8, 0.12);
}

/* ============================
   CSS lightbox (pure CSS using :target)
   ============================ */

.cert-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  padding: 36px;
}

.cert-lightbox:target {
  display: flex;
}

.cert-lightbox .lb-inner {
  max-width: min(1000px, 96%);
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-lightbox img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.6);
  display: block;
}

/* close button */
.lb-close {
  position: absolute;
  right: 22px;
  top: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 999px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.12s ease;
}

.lb-close:hover {
  background: rgba(255, 255, 255, 0.06);
}

/* Responsive grid breakpoints */
@media (max-width: 1200px) {
  .cert-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }

  .cert-card {
    max-width: 140px;
    height: 96px;
  }
}

@media (max-width: 1000px) {
  .cert-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  .cert-card {
    max-width: 140px;
    height: 92px;
  }
}

@media (max-width: 780px) {
  .cert-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .cert-card {
    max-width: 120px;
    height: 88px;
    padding: 10px;
  }
}

@media (max-width: 520px) {
  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .cert-card {
    max-width: 120px;
    height: 72px;
    padding: 8px;
  }
}

@media (max-width: 360px) {
  .cert-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .cert-card {
    max-width: 100px;
    height: 64px;
    padding: 6px;
  }
}

/* offering section */

.offerings {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--white);
  padding: 48px 24px;
}

/* background video fills the section */
.offerings__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform-origin: center;
  will-change: transform;
}

/* dark overlay to make text readable */
.offerings__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(45, 77, 65, 0.5) 70%,
      rgba(45, 77, 65.42) 100%);
  z-index: 2;
  pointer-events: none;
}

/* inner content wrapper */
.offerings__inner {
  position: relative;
  z-index: 3;
  width: min(var(--container-width), 96%);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
}

/* header */
.offerings__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.offerings__title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  color: var(--white);
}

.offerings__rule {
  display: block;
  width: 72px;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, #c7c949, rgba(45, 77, 65, 0.65));
  opacity: 0.85;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3) inset;
}

/* grid of tiles */
.offerings__grid {
  /* width:100%; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: center;
  justify-items: center;
  padding: 0 28px;
  box-sizing: border-box;
}

/* tile (button) base */
.offerings__tile {
  width: 300px;
  height: 200px;
  border-radius: 14px;
  background: var(--tile-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(255, 255, 255, 0.06);
  /* fallback neutral */
  cursor: pointer;
  outline: none;
  transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.3, 1),
    box-shadow 0.28s ease, border-color 0.28s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) inset;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: relative;
}

/* tile label style */
.tile__label {
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.15;
  text-align: center;
  padding: 8px 10px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}

/* colored outlines — two styles (yellow / green) */
.tile--yellow {
  border-color: rgba(240, 168, 27, var(--tile-border-opacity));
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.45) inset;
}

.tile--green {
  border-color: rgba(47, 184, 107, var(--tile-border-opacity));
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.45) inset;
}

/* hover & focus */
.offerings__tile:hover,
.offerings__tile:focus {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.6);
}

/* active/pressed visual (when aria-pressed true) */
.offerings__tile[aria-pressed="true"] {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.65);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.02) 0%,
      rgba(255, 255, 255, 0.01) 100%);
}

/* CTA */
.offerings__cta .btn {
  display: inline-block;
  background: var(--accent-yellow, #f0a81b);
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.offerings__cta .btn:hover {
  transform: translateY(-4px);
  opacity: 0.98;
}

/* small screens: stack to 2 columns then 1 */
@media (max-width: 980px) {
  .offerings__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .offerings__title {
    font-size: 22px;
  }

  .offerings__inner {
    gap: 22px;
  }

  .offerings__cta .btn {
    padding: 10px 18px;
  }
}

@media (max-width: 520px) {
  .offerings__grid {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 10px;
  }

  .offerings__tile {
    width: 100%;
    max-width: 420px;
    height: 150px;
    border-radius: 12px;
  }

  .offerings__title {
    font-size: 18px;
  }

  .offerings__rule {
    width: 56px;
  }

  .offerings {
    padding: 34px 12px;
    min-height: 480px;
  }
}

/* optional: small focus ring for keyboard users */
.offerings__tile:focus {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.06),
    0 14px 34px rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.14);
}

/* footer section  */

.site-footer {
  background: var(--bg);
  color: var(--muted);
  padding: 60px 6%;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  align-items: start;
}

/* Column headings */
.col h4 {
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 18px 0;
}

/* Contact list (icon + text) */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}

.contact-list .icon {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  color: white;
  flex: 0 0 36px;
  cursor: pointer;
}

/* text area and bold brand bits */
.contact-list .txt strong {
  color: #fff;
  font-weight: 700;
  margin-left: 6px;
}

/* simple link lists */
.simple-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.simple-list li a {
  color: var(--muted-2);
  text-decoration: none;
  font-size: 14px;
}

.simple-list li a:hover {
  color: #fff;
}

/* newsletter */
.newsletter .small {
  color: var(--muted-2);
  font-size: 14px;
  margin: 0 0 18px 0;
  max-width: 320px;
}

/* input style */
.input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  padding: 7px 12px;
  width: 100%;
  max-width: 260px;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 10px;
}

.input-wrap .input-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted-2);
  margin-left: 8px;
  margin-right: 6px;
}

.input-wrap input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: none;
  color: var(--muted);
  font-size: 14px;
  padding: 6px 8px;
}

.input-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

/* circular send button */
.send-btn {
  /* margin-left: 95px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  /* margin-right:4px; */
  background: #fff;
  color: var(--bg);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.14s ease;
}

.send-btn:hover {
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 1000px) {
  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .newsletter .small {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 30px;
  }

  .contact-list .icon {
    width: 30px;
    height: 30px;
  }

  .col h4 {
    font-size: 16px;
  }
}

/* POEM SECTION  */

/* base layout */
.poem-block {
  padding: 48px 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbf6 100%);
  color: #0b2b23;
}

.poem-block .container {
  /* max-width: 1200px; */
  margin: 0 auto;
}

.poem-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
}

/* left text */
.poem-title {
  /* font-family: 'Inter', 'Poppins', sans-serif; */
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 12px;
  color: #083826;
  letter-spacing: 0.2px;
}

.poem-text {
  /* font-family: 'Merriweather', serif; */
  font-size: 16px;
  line-height: 1.7;
  color: #153b32;
  opacity: 0.95;
  margin: 0 0 18px;
}

.poem-text strong {
  display: inline-block;
  margin-top: 6px;
  color: #0b2b23;
}

/* CTA */
.poem-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary {
  background: #0f8b68;
  color: #fff;
  box-shadow: 0 6px 18px rgba(15, 139, 104, 0.14);
}

.btn-outline {
  background: transparent;
  color: #0f8b68;
  border: 1.5px solid rgba(15, 139, 104, 0.16);
}

/* right card */
.poem-card {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(9, 20, 15, 0.06);
  transform-origin: center;
}

.poem-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* overlay tag */
.poem-card-overlay {
  position: relative;
  padding: 12px;
}

.poem-tag {
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  color: #0b2b23;
}

/* larger screens */
@media (min-width: 992px) {
  .poem-content {
    grid-template-columns: 1fr 420px;
    gap: 40px;
    align-items: center;
  }

  .poem-title {
    font-size: 32px;
  }

  .poem-text {
    font-size: 18px;
  }

  .poem-block {
    padding: 72px 24px;
  }
}

/* --- Before/After Slider --- */
.ba-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  /* adjusts responsively */
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(9, 20, 15, 0.08);
  --pos: 50;
  /* slider position 0–100 */
}

.ba-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}

.ba-before {
  filter: saturate(0.8) contrast(0.95);
}

.ba-after {
  /* clip according to --pos */
  clip-path: polygon(0 0,
      calc(var(--pos) * 1%) 0,
      calc(var(--pos) * 1%) 100%,
      0 100%);
}

/* handle */
.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--pos) * 1% - 1px);
  width: 2px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
}

.ba-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  display: FLEX;
  justify-content: center;
  align-items: CENTER;
}

/* range input overlay */
.ba-range {
  position: absolute;
  inset: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  cursor: ew-resize;
}

.ba-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
}

.ba-range::-moz-range-thumb {
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
}

/* center it nicely on large screens */
@media (min-width: 992px) {
  .poem-content {
    grid-template-columns: 1fr 520px;
  }
}