/* ==========================================================
   Homepage V2 — Global variables and overrides
   ========================================================== */

:root {
  --color-dark-green: #25281B;
  --color-wine: #681B22;
  --color-salmon: #FF5E48;
  --color-white-bone: #FEFBF6;
}

html {
  font-size: 0.6945vw !important;
}

/* native height so that the scrollbar is not doubled */
body { height: auto; }

/* generic layout/typography overrides for this page */
main { font-family: 'Robert', serif; }
main * { font-family: 'Robert', serif; color: var(--color-dark-green); }
main section * {font-family: 'Robert', serif !important;text-align: left;}
main section {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

/* section adjustments imported from static */
section:nth-of-type(1) { padding-top: 0; }
section:nth-of-type(2) { display: flex !important; }
section:nth-of-type(7):before { display: none; background: none; }
.primary_header_2_wrapper { background: none !important; border-bottom: none !important; }

header .logoCont {
  width: 50%;
}
header nav > ul {
  font: 400 22px / 1.5em 'Robert', sans-serif;
}

main .hpv2-wrapper {
    display: flex;
    width: 100%;
    max-width: 2388px;
    margin: 0 auto;
    padding: 0;
    flex-direction: inherit;
    align-items: inherit;
    text-align: inherit;
}

.has--arrow:after {
	width:  2.4rem;
	height: 2.4rem;
	font: 300 2.4rem/2.4rem 'Robert', sans-serif;
	transition: all 0.25s ease-in-out;
	transform: translateY(0%);
	text-align: center;
	position: absolute;
	right: 0.0rem;
	content: "↓";
	top: 8%;
}

.pop-wrapper {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: none !important;
    font-smoothing: antialiased !important;
    /* background: var(--main-color); */
    color: var(--font-color);
    position: absolute;
    line-height: 0;
    padding: 0;
    margin: 0;
    top: 0;
    /* z-index: 2; */
}

.popup {
}

.popup-contenido {
	
}
.popup-contenido button {
	width: 33px;
	font-size: 21px;
	height: 34px;
	padding: 1rem;
}
.popup-contenido button::before {
	
}
.popup-contenido picture {
	
}
.popup-contenido picture img {
	
}


/* ==========================================================
   Section: Hero
   ========================================================== */
section.homepage-hero {
    color: var(--color-dark-green);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 80px 20px 10px 20px;
    height: 100vh;
    gap: 1rem;
}

.homepage-hero img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
    object-position: center;
    display: block;
    height: 100vh !important;
}

.homepage-hero h1 {
  font-size: 2rem !important;
  font-weight: bold;
  max-width: 500px;
  z-index: 1;
  text-align: center;
}

.homepage-hero h2 {
  font-size: 1.25rem !important;
  font-weight: normal;
  line-height: 1.6;
  max-width: 400px;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
}

.homepage-hero .arrow svg {
  margin-top: 0;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}

.arrow-bounce {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 2rem auto;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* ==========================================================
   Section: Tagline Banner
   ========================================================== */
.tagline-banner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  padding: 4rem 5.5rem;
  background-color: var(--color-white-bone);
}

.tagline-banner h2 {
  font-size: 3.5rem !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  color: var(--color-dark-green) !important;
  text-align: center;
}

.tagline-banner .tag-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.tagline-banner span {
  display: inline-block;
  margin: 0 0.3rem;
}

.tagline-banner .banner-img-mobile {
	display: none;
	position: absolute;
	object-fit: cover;
}

.tagline-banner .banner-img {
  width: 100%;
  /* max-width: 960px; */
  margin: 2rem 0;
}

.tagline-banner .banner-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.tagline-banner .subtext {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1rem 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--color-dark-green) !important;
}

/* ==========================================================
   Section: Problem & Solution
   ========================================================== */
#problem-solution.homepage-v2-section.problem-solution {
  background-color: var(--color-white-bone);
  color: var(--color-dark-green) !important;
  padding: 6rem 5.5rem;
}

.ps-wrap {
  display: flex;
  gap: 3rem;
  align-items: start;
  max-width: 2388px;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-between;
}

.ps-left-title,
.ps-left-title * {
  font-size: 3rem !important;
  font-weight: 600;
  line-height: 3rem  !important;
  margin: 0;
  color: var(--color-dark-green) !important;
  text-align: left;
}

.ps-left {width: 50%;padding-right: 16rem;}

.ps-right {
  display: flex;
  gap: 3rem;
  width: 60%;
  flex-direction: column;
  flex-grow: 1;
}

.ps-block {
  display: flex;
  gap: 2rem;
}

.ps-block-title {
  font-size: 1.5rem!important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-dark-green) !important;
  line-height: 2rem;
  padding-top: 5px;
}

.ps-block-content {
  font-size: 1.125rem !important;
  line-height: 1.7;
  color: var(--color-dark-green) !important;
}

.ps-block-content a {
  text-decoration: underline;
}

/* ==========================================================
   Section: Image Showcase
   ========================================================== */
#image-showcase.homepage-v2-section.image-showcase {
  padding: 0;
}
.image-showcase__media {
  margin: 0;
}
.image-showcase__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image-showcase .image-showcase__img-desktop { display: block; }
.image-showcase .image-showcase__img-mobile { display: none; }

/* ==========================================================
   Section: Use Cases
   ========================================================== */
#use-cases.homepage-v2-section.use-cases {
  background-color: var(--color-dark-green);
  color: var(
  --color-white-bone) !important;
  padding: 4rem 5.5rem;
}
.use-cases .uc-wrap {
  max-width: 2388px;
  margin: 0 auto;
}
.use-cases .uc-headline p {
  color: var(--color-white-bone) !important;
  font-size: clamp(22px, 3vw, 28px) !important;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0 0 1.5rem;
  text-align: left;
}
.use-cases .uc-list {margin-bottom: 4rem;display: grid;}
.use-cases .uc-list.is-mobile {display: none;}
.use-cases .uc-list.is-desktop {}
.use-cases .uc-label-row,
.use-cases .uc-row {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-white-bone);
  justify-content: space-between;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 0.3fr;
}
.use-cases .uc-label-row {display: flex;}
.use-cases .uc-label { font-weight: 600; }
.use-cases .uc-item,
.use-cases .uc-label,
.use-cases .uc-tail {color: var(--color-white-bone) !important;}

  .use-cases .uc-images.is-mobile { display: none; }

.use-cases .uc-images {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
.use-cases .uc-image img {
  width: 100%;
  height: auto !important;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 9999px;
  background: rgba(255,255,255,0.1);
}
.uc-splide-nav.is-mobile {display: none}
/* (responsive rules consolidated at the bottom) */

/* ==========================================================
   Section: Unboxing
   ========================================================== */
#unboxing.homepage-v2-section.unboxing {
  background-color: var(--color-white-bone);
  color: var(--color-dark-green);
  padding: 8rem 5.5rem;
}
.unboxing .unbox-wrap {
  max-width: 2388px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.unboxing .unbox-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.5fr 1fr 1fr; /* 2x2 grid */
  grid-template-areas:
    "title media"
    "desc  media"
    "desc  media";
  row-gap: 1rem;
  column-gap: 15rem;
  align-items: start;
}
.unboxing .unbox-title { grid-area: title; }
.unboxing .unbox-desc  { grid-area: desc; }
.unboxing .unbox-media { grid-area: media; }
.unboxing .unbox-spacer { display: none; }

/* Alternate layout for the second row */
.unboxing .unbox-row.is-alt {
  grid-template-areas:
    "media title"
    "media desc"
    "media desc";
}
.unboxing .unbox-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 1 / 1;
  background: rgba(0,0,0,0.05);
}
.unboxing .unbox-title {
  font-size: clamp(1.75rem, 3.5vw, 4.5rem) !important;
  /* font-weight: 600 !important; */
  line-height: clamp(1.75rem, 3.5vw, 4.5rem) !important;
  margin: 0 0 1rem;
  text-align: start;
  color: var(--color-dark-green) !important;
}
.unboxing .unbox-desc p {
  font-size: 2rem !important;
  line-height: 3rem !important;
}

/* (responsive rules consolidated at the bottom) */

/* ==========================================================
   Section: Features
   ========================================================== */

/* ==========================================================
   Section: Features
   ========================================================== */
#features.homepage-v2-section.features {
  background: var(--color-white-bone);
  color: var(--color-dark-green);
  padding: 4rem 5.5rem;
}
.features .features-wrap {
  max-width: 2388px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* Banner title block (h2 at ~4rem) */
.features .feat-banner {
  margin-bottom: 1.25rem;
  border-radius: 1rem;
}
.features .feat-banner-title {
  margin: 0;
  font-size: clamp(2.25rem, 6vw, 4rem) !important;
  line-height: 1.1;
  font-weight: 600;
  text-align: left;
  color: var(--color-dark-green) !important;
}

/* Semi title + rule + copy */
.features .feat-subheading {
  margin: 1.5rem 0 1rem;
  font-size: clamp(1.5rem, 3.2vw, 2rem) !important;
  font-weight: 600;
  color: var(--color-dark-green) !important;
  text-align: justify;
}
/* .features .feat-rule { border-bottom: 1px solid #000; opacity: .9; margin: 1.25rem 0; } */
.features .feat-desc-wrapper {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  opacity: .9;
  padding: 1.25rem 0;
}
.features .feat-desc {
  font-size: 1rem;
  line-height: 1.6;
  text-align: start;
}

/* Two-column collapsible list using details/summary */
/* Two-column lists using setWrapper > dl > dt + dd (like Process Phases) */
.features .feat-sets {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
}
.features .feat-sets.is-mobile {
	display: none;
}
.features .setWrapper dl {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  max-width: 2388px;
}
.features .setWrapper dt.proc-phases-title::after { display: none; }
.features .setWrapper dt {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  /* border-bottom: 1px solid var(--color-dark-green); */
  cursor: pointer;
}
.features .setWrapper dd {
  margin: 0;
  padding: .75rem 0 1.25rem 3rem;
  border-bottom: 1px solid var(--color-dark-green);
}
.features .feat-icon {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.features .feat-icon-wrapper {
  border: 1px solid black;
  border-radius: 999px;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.features .feat-title {
  font-weight: 600;
  font-size: 1.5rem;
  user-select: none;
}
.features .feat-chevron {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--color-dark-green);
  border-radius: 999px;
  position: relative;
}
.features .feat-chevron::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: .55rem;
  height: .55rem;
  border-right: 2px solid var(--color-dark-green);
  border-bottom: 2px solid var(--color-dark-green);
  transform: rotate(-45deg);
  top: .1rem;
}
.features .feat-detail {
  font-size: 1.9375rem;
  line-height: 1.6;
  user-select: none;
}
.features .setWrapper {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.features .setWrapper dt::after {
  border: 1px solid var(--color-dark-green);
  border-radius: 999px;
  width: 3.5rem;
  height: 3.5rem;
}



    .features dt.feat-item.isActive + dd .feat-detail {
      max-height: 600px; /* large enough to fit expected content */
      opacity: 1;
      transform: translateY(0);
      padding-top: .75rem;
      padding-bottom: 1.25rem;
    }
#end-of-life-banner.homepage-v2-section.end-of-life-banner {padding: 0;}
.end-of-life-banner .eol-lower-img { display: block; width: 100%; height: auto; object-fit: contain; }

/* (responsive rules consolidated at the bottom) */

/* ==========================================================
   Section: End of Life Steps
   ========================================================== */
#end-of-life-steps.homepage-v2-section.end-of-life-steps {
  background: var(--eols-bg, var(--color-wine));
  color: var(--color-salmon);
  padding: 0 5.5rem 4rem 5.5rem;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.end-of-life-steps .eols-wrap {max-width: 2388px;margin: 0 auto;width: 100%;padding: 0;}
.end-of-life-steps .eols-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 4rem;
  align-items: start;
  margin-top: 10rem;
}
.end-of-life-steps .eols-top .rte, .end-of-life-steps .eols-top .rte * {
  color: var(--color-salmon) !important;
}

.end-of-life-steps .eols-top-left *, .end-of-life-steps .eols-top-left * {
  font-size: clamp(1.75rem, 3.5vw, 4rem) !important;
  font-weight: 600;
  line-height: clamp(1.75rem, 3.5vw, 4rem) !important;
  margin: 0;
  text-align: left;
}
.end-of-life-steps .eols-top-right p {
  font-size: 2rem !important;
  line-height: 2rem !important;
  margin: 0;
}
.end-of-life-steps .eols-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  align-content: stretch;
  margin-top: -11rem;
}
.end-of-life-steps .eols-media img {
  width: 60%;
  height: auto;
  aspect-ratio: 4 / 4;
  object-fit: contain;
  display: block;
  background: transparent;
  margin: auto;
  object-position: bottom;
}
.end-of-life-steps .eols-media img.step1 {
    width: 50%;
}

/* (responsive rules consolidated at the bottom) */

/* EOL Steps: make caption lines continuous across columns */
.end-of-life-steps .eols-steps { gap: 0 !important; }
.end-of-life-steps .eols-step {display: flex;flex-direction: column;height: 100%;gap: 2rem;justify-content: flex-end;}
.end-of-life-steps .eols-media { padding: 0 0.75rem; }
.end-of-life-steps .eols-media:last-child { padding-right: 0 !important; }

/* Extra lower image at bottom of steps */
.end-of-life-steps .eols-lower-img { display: block; width: 100%; height: auto; object-fit: contain; }



/* ==========================================================
  Footer Form (Media Form)
  ========================================================== */

.home__footer-v2 > .setWrapper > div > * p {
    line-height: 1.0em !important;
    font-size: 6rem !important;
}

.home__footer-v2 > .setWrapper > div form *:not(input, textarea, .isInput)  {
	padding-bottom: 1.1rem !important;
	font-size: 2.2rem !important;
}

.home__footer-v2 form {
	width: 100%;
	flex-direction: column;
	position: relative;
	flex-wrap: wrap;
	display: flex;
}

.home__footer-v2 .isInput {
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	display: flex;
	gap: 1.6rem;
}

.home__footer-v2 .isInput:last-child {
	justify-content: flex-end;
	padding-bottom: 0;
}

.home__footer-v2 .isWrong {
	border-bottom: thin solid rgba(255, 0, 0, 0.5);
	color: rgba(255, 0, 0, 1);
}

.home__footer-v2 .isOutput {
	width: 100%;
	font: 300 2.1rem/1.5em 'Robert', sans-serif;
	margin-top: 1.6rem;
	text-align: left;
}

.home__footer-v2 ::-webkit-input-placeholder { opacity: 0.5; color: inherit; }
.home__footer-v2 :-ms-input-placeholder		{ opacity: 0.5; color: inherit; }
.home__footer-v2 ::-moz-placeholder			{ opacity: 0.5; color: inherit; }
.home__footer-v2 :-moz-placeholder			{ opacity: 0.5; color: inherit; }

.home__footer-v2 input,
.home__footer-v2 textarea,
.home__footer-v2 select,
.home__footer-v2 button {
	box-shadow: none !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	box-sizing: border-box  !important;
	height: auto !important;
}

.home__footer-v2 input,
.home__footer-v2 select,
.home__footer-v2 textarea,
.home__footer-v2 button {
	all: unset;
	width: 100% !important;
	font: 300 2.1rem/1.5em 'Robert', sans-serif !important;
	border: none !important;
	border-bottom: thin solid rgba(255, 255, 255, 0.5) !important;
	transition: all 0.25s ease-in-out;
	background: transparent;
	background-color: transparent !important;
	color: var(--font-color) !important;
	padding: 1.6rem 0.0rem !important;
	position: relative;
	resize: none;
}

.home__footer-v2 textarea {
	height: 5.4rem;
}

.home__footer-v2 button {
	width: auto !important;
	margin-top: 1.6rem;
	border: none !important;
	padding: 0 !important;
}

/* ==========================================================
  Section: Video (background video + centered overlay)
  ========================================================== */
.video-section {
  position: relative;
  padding: 0;
  z-index: 0;
}
.video-section .video-bg-wrap {
  position: relative;
  width: 100%;
  /* height: 500px; */
  /* min-height: 70vh; */
  /* max-height: 90vh; */
  overflow: hidden;
  background: #000;
  aspect-ratio: 5 / 3;
}

/* Media layer covers fully */
.video-section .video-media { position: absolute; inset: 0; z-index: 0; }
.video-section .video-media iframe,
.video-section .video-media video,
.video-section .video-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.video-section .video-media .video-embed { position: absolute; inset: 0; }
.video-section .video-media .video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; }

/* Overlay text centered */
.video-section .video-overlay {
  position: relative;
  inset: 0;
  display: flex;
  align-items: stretch;
  justify-items: stretch;
  pointer-events: none;
  z-index: 1;
  width: 100%;
}
.video-section .video-overlay-inner {
  text-align: left;
  padding: 2rem 5.5rem;
  max-width: 2388px;
  width: 100%;
}
.video-section .video-heading p {
  color: #FEFBF6 !important;
  font-size: 11rem !important;
  line-height: 11rem!important;
  margin: 0;
  font-weight: 600 !important;
  /* text-wrap: balance; */
}
.video-section .video-heading * { color: inherit !important; font-size: inherit !important; line-height: inherit !important; }

/* (responsive rules consolidated at the bottom) */

/* ==========================================================
  Section: Process Intro (two-column + square image)
  ========================================================== */
.process-intro { color: #25281B; }
.process-intro .proc-intro {
  display: flex;
  align-items: center;
  gap: 17rem;
  padding-top: 10rem;
  padding-bottom: 0rem;
  justify-content: space-between;
  max-width: 2388px;
  width: 100%;
}
.process-intro .proc-intro::before, .process-intro .proc-intro::after { display: none; }

.process-intro .proc-intro-copy {
  padding-right: 0;
  flex: 1 1 50%;
}
.process-intro .proc-intro-title {
  margin-bottom: 3rem;
}
.process-intro .proc-intro-title p {
  font-size: 5rem !important;
  line-height: 4rem !important;
  margin-bottom: 1rem;
}
.process-intro .proc-intro-details p {font-size: 2.5rem !important;line-height: 3rem !important;}

.proc-intro-col.proc-intro-media {
	flex: 1 1 40%;
}

/* Right: square image */
.process-intro .proc-intro-figure {
  position: relative;
  width: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  max-height: 800px;
  margin-left: auto;
}
.process-intro .proc-intro-figure img {
  /* position: absolute; */
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* (responsive rules consolidated at the bottom) */

/* (Removed obsolete two-panel Process Phases rules) */

/* ==========================================================
   Section: Process Phases (simple accordion list)
   ========================================================== */
.process-phases { background:#FEFBF6; color:#25281B; }
.process-phases .proc-phases-title { font-size: 2rem; line-height: 1.1; margin-bottom: 1rem; }
.process-phases .proc-phases-title::after {display: none !important;}
.process-phases .setWrapper {
  width: 100%;
  max-width: 2388px;
  padding: 4rem 0;
  margin-top: 0;
}
.process-phases .setWrapper dl {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.process-phases .setWrapper dt {
  width: 100%;
}
.process-phases .setWrapper dd {
  width: 100%;
}
.process-phases .setWrapper dt::after {
	border: 1px solid var(--color-dark-green);
	border-radius: 999px;
	width: 3.5rem;
	height: 3.5rem;
	font-size: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* ==========================================================
   Responsive (Webflow common queries)
   Tablet (<= 991px), Mobile (<= 767px), Small Mobile (<= 479px)
   ======================================================== */

/* Tablet (<= 991px) */
@media (max-width: 991px) {
  .homepage-hero h1 { font-size: 4rem !important; }
  .homepage-hero h2 {font-size: 2rem !important;}

  /* Problem & Solution */
  .ps-wrap {flex-direction: column;gap: 8rem;}
  .ps-wrap .ps-left { width: 100%; padding-right: 0; text-align: center; }
  .ps-wrap .ps-right {width: 100%;gap: 4rem;}
  .ps-wrap .ps-right .ps-block {flex-direction: row;align-items: flex-start;}
  .ps-left-title { margin-bottom: 2rem; }
  .use-cases .uc-images {grid-template-columns: repeat(6, 1fr);}
  .use-cases .uc-row {
    grid-template-columns: 1fr 1fr 1fr 0.5fr;
  }

  /* Unboxing */
  .unboxing .unbox-row {row-gap: 1rem;column-gap: 15rem;}

  /* Features */
  .features .feat-sets {grid-template-columns: 1fr;/* flex-direction: column; */}
  .features .feat-title { font-size: 120% }

  /* End of Life Banner */
  .end-of-life-banner .eol-bottom {grid-template-columns: 1fr 0.5fr 1fr;text-align: center;}
  .end-of-life-banner .eol-left,
  .end-of-life-banner .eol-right { justify-content: center; }

  /* End of Life Steps */
  .end-of-life-steps .eols-top {grid-template-columns: 1fr;}
  .end-of-life-steps .eols-steps {grid-template-columns: 1fr 1fr 1fr;}

  /* Video */
  .video-section .video-heading {font-size: 10rem !important;line-height: 10rem !important;}

.problem-solution .ps-block-title {font-size: 14px !important;}

  /* Process Intro */
  .process-intro .proc-intro {gap: 5rem;}
  .process-intro .proc-intro-title { font-size: 2.125rem; }


  .process-phases .proc-phases-title, .process-phases dt { font-size: 120% }
}

/* Mobile (<= 767px) */
@media (max-width: 767px) {
  .homepage-hero h1 {max-width: 90%;font-size: 6rem !important;}
  .homepage-hero h2 {font-size: 4rem !important;max-width: 80%;}
  .tagline-banner h2 {font-size: 4rem !important;}
  .tagline-banner .subtext {font-size: 2rem;}

  /* Use Cases */
  .use-cases .uc-images {grid-template-columns: repeat(6, 1fr);}
  /* Features: switch to grid for icon/title rows */
  .features .feat-sets {/* display: grid; */grid-template-columns: repeat(2, minmax(0, 1fr));/* gap: 1.25rem 2rem; */}
  /* Flatten wrappers so dt participate as grid items */
  .features .feat-sets .setWrapper, .features .feat-sets .setWrapper dl {/* display: contents; */}
  /* Hide details for compact mobile icon grid */
  .features .feat-sets .setWrapper dd { display: none; }
  /* Make each dt look like a card row */
  .features .feat-dt {display: flex;align-items: center;gap: .75rem;padding: .75rem 0;/* border-bottom: 1px solid var(--color-dark-green); */}
  .features .feat-dt .feat-title {font-size: 2rem;}
  .features .feat-dt .feat-icon-wrapper {width: 5rem;height: 5rem;}
  .features .feat-dt .feat-icon {width: 2.5rem;height: 1.5rem;}
	.features .setWrapper dt::after {
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    font-size: 2em;
    justify-content: center;
    align-items: center;
    /* transform: translate(0, 0); */
    /* top: 0; */
}
  /* Pattern 2-1-2-2-1 using existing feat-idx-N classes (1..8) */
  /* Full-width rows: 3 and 8 to get 2-1-2-2-1 across 8 items */
  .features .feat-dt.feat-idx-3,
  .features .feat-dt.feat-idx-8 { grid-column: 1 / -1; }
  /* Unboxing: collapse to single column */
  .unboxing .unbox-row {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  grid-template-rows: 0.5fr 0.5fr; /* 2x2 grid */
	  grid-template-areas:
  	  "title title"
  	  "desc  media";
	  row-gap: 4rem;
	  column-gap: 9rem;
	  align-items: start;
	}
	.unboxing .unbox-row.is-alt {
	  grid-template-areas:
		"title title"
		"media desc";
	}

	  .unboxing .unbox-title {
	  font-size: 10rem !important;
	  line-height: 12rem !important;
	  text-align: justify;
	}
	.unboxing .unbox-desc p {
		font-size: 5rem !important;
		line-height: 5rem !important;
	}

  /* .unboxing .unbox-row:last-child { flex-direction: column-reverse; } */
  .use-cases .uc-row {
    grid-template-columns: 1fr 1fr 1fr 0.5fr;
  }
.end-of-life-steps .eols-top-right p {
	font-size: 4rem !important;
	line-height: 4rem !important;
}
	.end-of-life-steps .eols-top-left *, .end-of-life-steps .eols-top-left * {
		font-size: 5rem !important;
		line-height: 5rem !important;
	}

  /* End of Life Steps */
  .end-of-life-steps .eols-steps {grid-template-columns: 1fr 1fr 1fr;gap: 8rem !important;}
  .end-of-life-banner .eol-bottom {grid-template-columns: 1fr 0.5fr 1fr;text-align: center;}

  /* Video */
  .video-section .video-heading { font-size: 2rem; }

	.end-of-life-banner .eol-top-title {font-size: 5rem !important;}
	.end-of-life-banner .eol-top-sub {font-size: 3rem !important;}
	.end-of-life-banner .eol-left .part1, .end-of-life-banner .eol-right .part1, .end-of-life-banner .eol-left .part3, .end-of-life-banner .eol-right .part3, .end-of-life-banner .eol-center .center-y, .end-of-life-banner .eol-center .bottom-center
	{
		font-size: 5rem !important;
	}
	.end-of-life-banner .eol-left .part2, .end-of-life-banner .eol-right .part2
	{
		font-size: 3rem !important;
	}

  /* Process Intro */
  .process-intro .proc-intro {flex-direction: column;}
  .process-intro .proc-intro-copy { padding-right: 0; }
  .process-intro .proc-intro-title p  {font-size: 8rem !important;line-height: 8rem !important;}
  .process-intro .proc-intro-details p  {font-size: 5rem !important;line-height: 6rem !important;}

  /* Process Phases */
  .process-phases .proc-acc-name { font-size: 1rem; }
  .process-phases .proc-phase-desc {font-size: 3rem;}
	.process-phases .setWrapper dt::after {
	    width: 6.5rem;
	    height: 6.5rem;
	    font-size: 1em;
	    line-height: 1em;
	}
}

/* Small Mobile (<= 479px) */
@media (max-width: 479px) {

  /* Unboxing */
  .unboxing .unbox-title {
	  font-size: 10rem !important;
	  line-height: 12rem !important;
	  text-align: justify;
	}

	.unboxing .unbox-desc p {
		font-size: 5rem !important;
		line-height: 5rem !important;
	}
	.unboxing .unbox-row.is-alt .unbox-desc p {
		text-align: right;
	}
  .unboxing .unbox-row {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  grid-template-rows: 0.5fr 0.5fr; /* 2x2 grid */
	  grid-template-areas:
  	  "title title"
  	  "desc  media";
	  row-gap: 4rem;
	  column-gap: 9rem;
	  align-items: start;
	}
	.unboxing .unbox-row.is-alt {
	  grid-template-areas:
		"title title"
		"media desc";
	}

	.features .feat-banner {
		margin-bottom: 5rem;
	}
  .features .setWrapper dt {padding: 2rem 0;gap: 3rem;pointer-events: none;display: flex;}
	.features .feat-icon {width: 5rem !important;}
	.features .feat-icon-wrapper {width: 10rem !important;height: 10rem !important;flex-shrink: 0;}
	.features .feat-title {font-size: 4rem !important;line-height: 4rem !important;}
	.features .setWrapper dt::after { display: none }
	.features .feat-banner-title {font-size: 7rem !important;line-height: 8rem !important;}
	.features .feat-subheading {font-size: 6rem !important;line-height: 7rem !important;margin-bottom: 5rem;}
  .features .feat-sets.is-desktop {display: none;}
  .features .feat-sets.is-mobile {display: flex;}
	.features .feat-sets.is-mobile {
		display: block;
		margin-bottom: 5rem;
	}
  .features .feat-sets.is-mobile .setWrapper dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 1.25rem 0;
    grid-template-areas:
      "custom-design chemical-and-plastic-free"
      "impact-protection impact-protection"
      "compostable thermal-insulation"
      "lightweight-and-strong hydrophobic-fire-retardant"
      "reduced-carbon-footprint reduced-carbon-footprint";
  }

  /* Map dt items to their areas by slug */
  .features .feat-sets.is-mobile .feat-dt.feat-custom-design { grid-area: custom-design; }
  .features .feat-sets.is-mobile .feat-dt.feat-chemical-and-plastic-free {grid-area: chemical-and-plastic-free;border-top: none;}
  .features .feat-sets.is-mobile .feat-dt.feat-impact-protection {grid-area: impact-protection;text-align: center;align-items: anchor-center;justify-content: center;}
  .features .feat-sets.is-mobile .feat-dt.feat-compostable { grid-area: compostable; }
  .features .feat-sets.is-mobile .feat-dt.feat-thermal-insulation { grid-area: thermal-insulation; }
  .features .feat-sets.is-mobile .feat-dt.feat-lightweight-and-strong { grid-area: lightweight-and-strong; }
  .features .feat-sets.is-mobile .feat-dt.feat-hydrophobic-fire-retardant { grid-area: hydrophobic-fire-retardant; }
  .features .feat-sets.is-mobile .feat-dt.feat-reduced-carbon-footprint {grid-area: reduced-carbon-footprint;align-items: anchor-center;justify-content: center;}


	.uc-splide-nav.is-mobile {display: flex;justify-content: space-between;padding: 5rem;margin-bottom: 5rem;}
	.uc-splide-nav.is-mobile .uc-splide-btn {
		height: 5rem;
		width: 5rem;
		position: relative;
		color: black;
	}
	.uc-splide-nav.is-mobile .uc-splide-btn.next::after {
		transform: translateY(-50%) rotate(270deg);
		left: 0%;
	}
	.uc-splide-nav.is-mobile .uc-splide-btn::after {
		 width: 10.5rem;
		 height: 10.5rem;
		 transform: translateY(-50%) rotate(90deg);
		 text-align: center;
		 position: absolute;
		 right: 0rem;
		 content: "↓";
		 top: 50%;
		 font: 300 2.4rem / 7.4rem Robert, sans-serif;
		 transition: 0.25s ease-in-out;
		 border: 1px solid #ffffff;
		 border-radius: 999px;
		 font-size: 2em;
		 color: white;
		}

		.use-cases .uc-images.is-desktop { display: none; }
		.use-cases .uc-images.is-mobile {display: block;height: 200px;margin-bottom: 5rem;overflow: visible;}
		.use-cases .uc-images.is-mobile .splide__track { overflow: visible; }
		.use-cases .uc-list.is-desktop { display: none; }
	  .use-cases .uc-list.is-mobile {display: grid;margin: 6rem 0;}
	.use-cases .uc-label-row, .use-cases .uc-row {
		padding: 3rem 0;
	}
	  .use-cases .uc-row {
		grid-template-columns: 1fr 1fr;
	  }
	.use-cases .uc-image img {
		height: 100% !important;
		width: 200px;
	}

	.image-showcase .image-showcase__img-desktop { display: none; }
	.image-showcase .image-showcase__img-mobile { display: block; }

  /* Video */
  .video-section .video-bg-wrap {height: auto;min-height: 16rem;aspect-ratio: auto;padding-bottom: 29rem;}
  .video-section .video-heading p {font-size: 17rem !important;line-height: 18rem !important;}

	.tagline-banner {
		position: relative;
		/* height: 600px; */
		padding: 0;
		aspect-ratio: 5/6;
	}

	.tagline-banner .hpv2-wrapper {
		padding: 21rem 6rem 4rem 6rem;
		height: 100%;
	}

	.tagline-banner h2 {
		z-index: 2;
		font-size: 11rem !important;
		display: block !important;
	}

	.tagline-banner h2.tag-title span {
		text-align: justify;
		width: 100%;
		font-weight: 300;
		text-align: center;
	}

	.tagline-banner .tag-subtitle {
		margin-top: auto;
		margin-bottom: 50px;
		font-weight: 300 !important;
	}

	.tagline-banner .subtext {
		z-index: 2;
		border: none;
		font-size: 15px;
	}

	.tagline-banner .subtext span:nth-child(2) {
		text-indent: 9em;
		text-align: right;
	}

	.tagline-banner .banner-img {
		display: none;
	}

	.tagline-banner .banner-img-mobile {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.tagline-banner .banner-img-mobile img {
		height: 100% !important;
		width: 100%;
		object-fit: cover;
	}

	.end-of-life-steps .eols-top-left *, .end-of-life-steps .eols-top-left * {
		font-size: 12rem !important;
		line-height: 12rem !important;
		text-align: center;
	}


	.end-of-life-steps .eols-top-right *, .end-of-life-steps .eols-top-right * {
		font-size: 11rem !important;
		line-height: 11rem !important;
		text-align: center;
	}

	.ps-wrap .ps-right .ps-block {
		flex-direction: column;
		gap: 5rem;
	}
	.ps-left-title * {
		font-size: 20px !important;
		line-height: 20px !important;
	}
	.problem-solution .ps-block-title {
		font-size: 16px !important;
		line-height: 16px;
	}

	.process-intro .proc-intro-title p {font-size: 8rem !important;line-height: 8rem !important;}
	.process-intro .proc-intro-details p {font-size: 6rem !important;line-height: 6rem !important;}
	.process-phases .setWrapper dt::after {
	    width: 6.5rem;
	    height: 6.5rem;
	    font-size: 0.8em;
	    line-height: 0.8em;
	}
	.process-phases .setWrapper dt {
		padding-right: 7rem;
		font-weight: 300;
	}

	.process-phases .setWrapper .proc-phase-desc {
		font-size: 6rem;
	}

	.home__footer-v2 input, .home__footer-v2 select, .home__footer-v2 textarea, .home__footer-v2 button {
		font-size: 5rem !important;
	}
}


/**
*  CUSTOM BREAKPOINT FOUND FOR COMPLIANCE
*/
@media (max-width: 640px) and (min-width: 0) {
  nav a { color: var(--color-dark-green) !important; }
  nav .logoCont { display: none; }
	header nav > ul {font-size: 9rem;}
	header nav > ul:last-of-type {
		font-size: 7rem;
	}
	header nav > ul:not(:last-of-type) > li {
		padding: 2rem 0;
	}
  header .setWrapper {
    width: calc(100% - 16.4rem);
    margin: 7rem  6rem 0 6rem;
    min-height: 10rem !important;
  }
	header nav {
        width: 100%;
        background: var(--font-color);
        color: var(--main-color);
        padding: 20rem 8rem 20rem 8rem;
        position: fixed;
        display: none;
        left: 0;
        top: 0;
    }
  .isBND {
	  width: 29.6rem !important;
	 }
	.setMenu .setIcon {
		width: 7rem;
		height: 7rem;
	}
	.setMenu .setIcon span {
		height: 1rem;
	}
	.isOpen .setMenu .setIcon span {
		
	}


  footer > .setWrapper > div > * ul,
  footer > .setWrapper > div > * small {
    font-size: 6rem !important;
  }

  footer > .setWrapper > div > * p {
    font-size: 6rem !important;
  }

  footer > .setWrapper > div > * ul {
    flex-direction: column;
    gap: 0.4rem;
  }

  footer > .setWrapper > div > * > :last-child {
    /* min-width: auto; */
  }

  .home__footer-v2 > .setWrapper > div form *:not(input, textarea, .isInput) {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 4rem !important;
    font-weight: 500;
  }

  footer > .setWrapper > div  form * p:after {
    width:  2.0rem;
    height: 2.0rem;
    line-height: 6rem;
    border-width: thin;
    font-size: 6rem !important;
    top: -0.4rem;
  }

  footer > .setWrapper > div > div:nth-child(4) {
    flex-direction: column;
  }
	footer > .setWrapper > div > div:nth-child(3)  {

	}
  footer > .setWrapper > div > div:nth-child(3) > p {
    line-height: 6rem !important;
    max-width: fit-content;
    font-size: 6rem !important;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
  }

  footer > .setWrapper > div > div:nth-child(4) > small{
    line-height: 1.40em;
    font-size: 5rem !important;
  }

}
