.lsdp-eco,
.lsdp-eco * {
  box-sizing: border-box;
}

.lsdp-eco {
  --pink: #ed6074;
  --pink-dark: #c93e57;
  --rose-pale: #fff4f5;
  --sage: #4f6b5b;
  --sage-pale: #edf4ef;
  --aqua: #dcefeb;
  --ink: #171717;
  --muted: #66645f;
  --line: #deddd8;
  --paper: #ffffff;
  width: 100%;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.lsdp-eco button,
.lsdp-eco input,
.lsdp-eco select {
  font: inherit;
  letter-spacing: 0;
}

.lsdp-eco svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lsdp-eco button,
.lsdp-eco a,
.lsdp-eco input,
.lsdp-eco select {
  -webkit-tap-highlight-color: transparent;
}

.lsdp-eco button:focus-visible,
.lsdp-eco a:focus-visible,
.lsdp-eco input:focus-visible,
.lsdp-eco select:focus-visible {
  outline: 3px solid rgba(237, 96, 116, .28);
  outline-offset: 3px;
}

.lsdp-eco__shell {
  display: grid;
  grid-template-columns: minmax(320px, 42%) minmax(0, 1fr);
  align-items: start;
  min-height: 720px;
  overflow: visible;
  border: 1px solid var(--line);
  background: var(--paper);
}

.lsdp-eco__story {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100vh;
  max-height: 900px;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 42px;
  color: var(--ink);
  background: linear-gradient(135deg, #f9dfe6 0%, #f8ead8 30%, #e2efe5 66%, #dcebf2 100%);
  background-size: 220% 220%;
  animation: lsdpEcoPastel 22s ease-in-out infinite;
}

.lsdp-eco__story-content {
  max-width: 520px;
}

.lsdp-eco__eyebrow,
.lsdp-eco__kicker {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.lsdp-eco__story h1 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.3vw, 64px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: 0;
}

.lsdp-eco__story-content > p:not(.lsdp-eco__eyebrow) {
  max-width: 470px;
  margin: 22px 0 0;
  color: #3f4541;
  font-size: 17px;
  line-height: 1.65;
}

.lsdp-eco__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 28px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(23, 23, 23, .18);
  list-style: none;
}

.lsdp-eco__trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.lsdp-eco__trust svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  stroke-width: 2;
}

.lsdp-eco__app {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 38px clamp(26px, 4vw, 64px) 42px;
  background: #fff;
}

.lsdp-eco.has-results .lsdp-eco__app {
  padding-bottom: 190px;
}

.lsdp-eco__app-head,
.lsdp-eco__result-head,
.lsdp-eco__section-title,
.lsdp-eco__actions,
.lsdp-eco__result-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lsdp-eco__app-head h2,
.lsdp-eco__result-head h2,
.lsdp-eco__dialog h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: 0;
}

.lsdp-eco__kicker {
  color: var(--pink-dark);
}

.lsdp-eco__method-button,
.lsdp-eco__back,
.lsdp-eco__icon-button {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lsdp-eco__method-button {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  padding: 8px 0;
  text-decoration: none;
}

.lsdp-eco__method-button svg {
  width: 17px;
  height: 17px;
}

.lsdp-eco__progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
}

.lsdp-eco__progress li {
  position: relative;
  display: grid;
  grid-template-rows: 28px auto;
  min-width: 0;
  justify-items: center;
  gap: 8px;
  color: #8b8984;
  text-align: center;
}

.lsdp-eco__progress li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 14px;
  left: calc(50% + 18px);
  right: calc(-50% + 18px);
  height: 1px;
  background: var(--line);
}

.lsdp-eco__progress span {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.lsdp-eco__progress small {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: visible;
  padding: 0 5px;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.lsdp-eco__progress .is-active,
.lsdp-eco__progress .is-done {
  color: var(--ink);
}

.lsdp-eco__progress .is-active span {
  border-color: var(--pink);
  background: var(--pink);
  color: #fff;
}

.lsdp-eco__progress .is-done span {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.lsdp-eco__form {
  display: flex;
  flex: 1;
}

.lsdp-eco__step {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border: 0;
}

.lsdp-eco__step[hidden],
.lsdp-eco__form[hidden],
.lsdp-eco__results[hidden],
.lsdp-eco__metric[hidden] {
  display: none !important;
}

.lsdp-eco__step.is-active {
  animation: lsdpEcoEnter .42s ease both;
}

.lsdp-eco__step legend {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.3vw, 36px);
  line-height: 1.16;
  font-weight: 500;
  letter-spacing: 0;
}

.lsdp-eco__step-copy {
  margin: 12px 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.lsdp-eco__segments {
  display: grid;
  grid-template-columns: repeat(6, minmax(44px, 1fr));
  gap: 7px;
  max-width: 520px;
  margin: 4px 0 24px;
}

.lsdp-eco__segments label,
.lsdp-eco__choice {
  position: relative;
  cursor: pointer;
}

.lsdp-eco__segments input,
.lsdp-eco__choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.lsdp-eco__segments span {
  display: grid;
  min-height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

.lsdp-eco__segments input:checked + span {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
  transform: translateY(-2px);
}

.lsdp-eco__segments input:focus-visible + span,
.lsdp-eco__choice input:focus-visible + span {
  outline: 3px solid rgba(237, 96, 116, .28);
  outline-offset: 2px;
}

.lsdp-eco__people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}

.lsdp-eco__person {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.lsdp-eco__person > span {
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lsdp-eco__person select {
  min-width: 0;
  max-width: 165px;
  height: 34px;
  padding: 0 28px 0 8px;
  border: 0;
  border-radius: 4px;
  background-color: var(--sage-pale);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.lsdp-eco__actions {
  margin-top: auto;
  padding-top: 22px;
}

.lsdp-eco__actions.is-end {
  justify-content: flex-end;
}

.lsdp-eco__primary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 22px;
  border: 1px solid var(--pink);
  border-radius: 6px;
  background: var(--pink);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.lsdp-eco__primary:hover {
  border-color: var(--pink-dark);
  background: var(--pink-dark);
  transform: translateY(-2px);
}

.lsdp-eco__primary:disabled {
  cursor: wait;
  opacity: .65;
  transform: none;
}

.lsdp-eco__primary.is-wide {
  width: 100%;
  max-width: 420px;
}

.lsdp-eco__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  text-decoration: none;
}

.lsdp-eco__range-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 20px;
  padding: 20px;
  border-top: 1px solid var(--line);
}

.lsdp-eco__range-card:last-of-type {
  border-bottom: 1px solid var(--line);
}

.lsdp-eco__range-title {
  font-size: 15px;
  font-weight: 800;
}

.lsdp-eco__range-card output {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--rose-pale);
  color: var(--pink-dark);
  font-size: 15px;
  font-weight: 900;
}

.lsdp-eco__range-card input {
  --range-progress: 30%;
  grid-column: 1 / -1;
  width: 100%;
  height: 8px;
  margin: 5px 0 0;
  appearance: none;
  border-radius: 999px;
  background: linear-gradient(to right, var(--pink) 0, var(--pink) var(--range-progress), #ecebe7 var(--range-progress), #ecebe7 100%);
}

.lsdp-eco__range-card input::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  appearance: none;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .28);
  cursor: grab;
}

.lsdp-eco__range-card input::-moz-range-thumb {
  width: 19px;
  height: 19px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .28);
  cursor: grab;
}

.lsdp-eco__range-scale {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-top: -8px;
  color: #8b8984;
}

.lsdp-eco__question + .lsdp-eco__question {
  margin-top: 28px;
}

.lsdp-eco__question > p {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.lsdp-eco__choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.lsdp-eco__choice span {
  position: relative;
  display: grid;
  min-height: 52px;
  place-items: center;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  transition: border-color .2s ease, background-color .2s ease;
}

.lsdp-eco__choice input:checked + span {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.lsdp-eco__results.is-visible {
  animation: lsdpEcoFade .35s ease both;
}

.lsdp-eco__icon-button {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  text-decoration: none;
}

.lsdp-eco__icon-button:hover,
.lsdp-eco__icon-button.is-copied {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.lsdp-eco__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.lsdp-eco__metrics:has(.is-co2:not([hidden])) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lsdp-eco__metric {
  position: relative;
  min-width: 0;
  min-height: 135px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.lsdp-eco__metric-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--ink);
}

.lsdp-eco__metric-icon svg {
  width: 18px;
  height: 18px;
}

.lsdp-eco__metric.is-money {
  background: var(--rose-pale);
}

.lsdp-eco__metric.is-plastic,
.lsdp-eco__metric.is-co2 {
  background: var(--sage-pale);
}

.lsdp-eco__metric small {
  display: block;
  min-height: 28px;
  padding-right: 46px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
}

.lsdp-eco__metric strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
  font-weight: 500;
}

.lsdp-eco__metric p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

.lsdp-eco__comparison {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.lsdp-eco__comparison h3,
.lsdp-eco__section-title h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}

.lsdp-eco__bar-row {
  display: grid;
  grid-template-columns: 120px minmax(80px, 1fr) 78px;
  align-items: center;
  gap: 12px;
  margin-top: 11px;
  font-size: 11px;
  font-weight: 800;
}

.lsdp-eco__bar-row > div {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #efeeeb;
}

.lsdp-eco__bar-row i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #9b9994;
  transition: width .7s cubic-bezier(.2, .75, .3, 1);
}

.lsdp-eco__bar-row.is-solid i {
  background: var(--sage);
}

.lsdp-eco__bar-row strong {
  text-align: right;
}

.lsdp-eco__recommendations {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.lsdp-eco__section-title {
  align-items: flex-end;
}

.lsdp-eco__section-title h3 {
  margin-bottom: 0;
  font-size: clamp(24px, 2.5vw, 34px);
}

.lsdp-eco__section-copy {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.lsdp-eco__section-title > span {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 4px;
  border: 1px solid var(--ink);
  background: #fff;
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
}

.lsdp-eco__product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.lsdp-eco__product {
  min-width: 0;
  border: 1px solid var(--line);
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  animation: lsdpEcoProduct .45s ease var(--delay) both;
}

.lsdp-eco__product a {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  color: var(--ink);
  text-decoration: none;
}

.lsdp-eco__product a:hover .lsdp-eco__product-visual img {
  transform: scale(1.035);
}

.lsdp-eco__product-visual {
  display: grid;
  width: 100%;
  height: 260px;
  overflow: hidden;
  place-items: center;
  padding: 22px;
  background: #f7f7f5;
}

.lsdp-eco__product img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center;
  padding: 0;
  transition: transform .3s ease;
}

.lsdp-eco__product-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}

.lsdp-eco__product small {
  color: var(--pink-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.lsdp-eco__product h4 {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0;
}

.lsdp-eco__product p {
  display: -webkit-box;
  margin: 7px 0 10px;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lsdp-eco__product footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  color: var(--muted);
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 11px;
}

.lsdp-eco__product footer strong {
  color: var(--ink);
  font-size: 13px;
}

.lsdp-eco__cart-actions {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 9999;
  display: grid;
  width: min(760px, calc(100% - 28px));
  grid-template-columns: minmax(150px, 1fr) minmax(250px, 380px);
  align-items: center;
  gap: 16px;
  padding: 12px;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .2);
  transform: translateX(-50%);
}

.lsdp-eco__cart-actions[hidden] {
  display: none !important;
}

.lsdp-eco__cart-summary {
  min-width: 0;
  padding-left: 6px;
}

.lsdp-eco__cart-summary span,
.lsdp-eco__cart-summary strong {
  display: block;
}

.lsdp-eco__cart-summary span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.lsdp-eco__cart-summary strong {
  margin-top: 3px;
  overflow: hidden;
  color: var(--ink);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lsdp-eco__cart-actions p {
  grid-column: 1 / -1;
  min-height: 0;
  margin: -8px 4px 0;
  color: var(--pink-dark);
  font-size: 10px;
  text-align: right;
}

.lsdp-eco__cart-actions p:empty {
  display: none;
}

.lsdp-eco__cart-actions .lsdp-eco__primary {
  width: 100%;
  max-width: none;
  min-height: 54px;
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.lsdp-eco__cart-actions .lsdp-eco__primary:hover {
  border-color: var(--pink-dark);
  background: var(--pink-dark);
}

.lsdp-eco__cart-actions .lsdp-eco__primary svg {
  width: 19px;
  height: 19px;
}

.lsdp-eco__product-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lsdp-eco__product-cta::after {
  content: "\2197";
  font-size: 14px;
}

.lsdp-eco__result-footer {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.lsdp-eco__dialog {
  width: min(680px, calc(100% - 28px));
  max-height: calc(100vh - 36px);
  padding: 30px;
  overflow: auto;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
}

.lsdp-eco__dialog::backdrop {
  background: rgba(16, 18, 17, .65);
}

.lsdp-eco__dialog > form {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 0;
  text-align: right;
}

.lsdp-eco__dialog-close {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.lsdp-eco__dialog > p:not(.lsdp-eco__kicker) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.lsdp-eco__method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 22px 0;
}

.lsdp-eco__method-grid article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.lsdp-eco__method-grid strong {
  color: var(--pink-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

.lsdp-eco__method-grid span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.lsdp-eco__method-note {
  padding: 14px;
  border-left: 3px solid var(--sage);
  background: var(--sage-pale);
}

@keyframes lsdpEcoEnter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes lsdpEcoProduct {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes lsdpEcoFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes lsdpEcoPastel {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@media (max-width: 1100px) {
  .lsdp-eco__shell {
    grid-template-columns: minmax(290px, 36%) minmax(0, 1fr);
  }

  .lsdp-eco__story {
    padding: 30px;
  }

  .lsdp-eco__trust {
    display: grid;
  }

  .lsdp-eco__people,
  .lsdp-eco__product-grid {
    grid-template-columns: 1fr;
  }

  .lsdp-eco__product a {
    min-height: 0;
  }

  .lsdp-eco__metrics:has(.is-co2:not([hidden])) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .lsdp-eco__shell {
    display: block;
    min-height: 0;
    overflow: hidden;
  }

  .lsdp-eco__story {
    position: relative;
    top: auto;
    height: auto;
    max-height: none;
    min-height: 390px;
    align-items: flex-end;
    padding: 28px 22px;
  }

  .lsdp-eco__story h1 {
    max-width: 620px;
    font-size: 39px;
  }

  .lsdp-eco__story-content > p:not(.lsdp-eco__eyebrow) {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.5;
  }

  .lsdp-eco__trust {
    display: flex;
    margin-top: 18px;
    padding-top: 14px;
  }

  .lsdp-eco__app {
    min-height: 650px;
    padding: 28px 20px 32px;
  }

  .lsdp-eco.has-results .lsdp-eco__app {
    padding-bottom: 190px;
  }

  .lsdp-eco__progress small {
    display: none;
  }

  .lsdp-eco__progress li:not(:last-child)::after {
    right: calc(-50% + 18px);
  }
}

@media (max-width: 520px) {
  .lsdp-eco__story {
    min-height: 360px;
  }

  .lsdp-eco__story h1 {
    font-size: 34px;
  }

  .lsdp-eco__trust li {
    font-size: 10px;
  }

  .lsdp-eco__app {
    min-height: 620px;
    padding: 24px 16px 28px;
  }

  .lsdp-eco__app-head {
    align-items: flex-start;
  }

  .lsdp-eco__app-head h2 {
    font-size: 25px;
  }

  .lsdp-eco__progress {
    margin: 24px 0 28px;
  }

  .lsdp-eco__segments {
    grid-template-columns: repeat(6, minmax(38px, 1fr));
    gap: 5px;
  }

  .lsdp-eco__segments span {
    min-height: 44px;
  }

  .lsdp-eco__people {
    grid-template-columns: 1fr;
  }

  .lsdp-eco__choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lsdp-eco__metrics,
  .lsdp-eco__metrics:has(.is-co2:not([hidden])) {
    grid-template-columns: 1fr;
  }

  .lsdp-eco__metric {
    min-height: 112px;
  }

  .lsdp-eco__bar-row {
    grid-template-columns: 90px minmax(60px, 1fr) 68px;
    gap: 8px;
  }

  .lsdp-eco__section-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .lsdp-eco__product-visual {
    height: 240px;
    padding: 24px;
  }

  .lsdp-eco__product img {
    width: 100% !important;
    height: 100% !important;
  }

  .lsdp-eco__actions,
  .lsdp-eco__result-footer {
    gap: 12px;
  }

  .lsdp-eco__actions .lsdp-eco__primary {
    flex: 1;
  }

  .lsdp-eco__cart-actions {
    bottom: 0;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(170px, 1.15fr);
    gap: 8px;
    padding: 10px max(10px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
  }

  .lsdp-eco__cart-summary {
    padding-left: 2px;
  }

  .lsdp-eco__cart-summary strong {
    font-size: 12px;
  }

  .lsdp-eco__cart-actions .lsdp-eco__primary {
    min-height: 50px;
    padding: 11px 12px;
    font-size: 11px;
  }

  .lsdp-eco__dialog {
    padding: 24px 18px;
  }

  .lsdp-eco__method-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lsdp-eco *,
  .lsdp-eco *::before,
  .lsdp-eco *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
