/** Shopify CDN: Minification failed

Line 261:0 All "@import" rules must come first
Line 489:0 All "@import" rules must come first
Line 728:0 All "@import" rules must come first
Line 934:0 All "@import" rules must come first
Line 1157:0 All "@import" rules must come first
Line 1449:0 All "@import" rules must come first
Line 1547:0 All "@import" rules must come first
Line 1722:0 All "@import" rules must come first
Line 2060:0 All "@import" rules must come first
Line 2234:0 All "@import" rules must come first
... and 1 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:deo-ts-01-product-benefit (INDEX:19) */
@import url("https://use.typekit.net/rme3yfl.css");
.deo-ts-01-product-benefit {
  background-color: #c7e3ff;
  color: #121212;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}
.deo-ts-01-product-benefit *,
.deo-ts-01-product-benefit *::before,
.deo-ts-01-product-benefit *::after {
  box-sizing: border-box;
}
.deo-ts-01-product-benefit,
.deo-ts-01-product-benefit * {
  font-family: hoss-round, serif;
}
.deo-ts-01-product-benefit__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 76px 40px 96px;
}

/* Header */
.deo-ts-01-product-benefit__header {
  text-align: center;
  margin-bottom: 40px;
}
.deo-ts-01-product-benefit__eyebrow {
  display: inline-block;
  border: 2px solid #334fb4;
  color: #334fb4;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 12px 26px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.deo-ts-01-product-benefit__heading {
  color: #121212;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0 auto;
  max-width: 720px;
  text-transform: capitalize;
}
.deo-ts-01-product-benefit__heading-accent {
  color: #334fb4;
}

/* Two-column wrapper */
.deo-ts-01-product-benefit__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}

/* Left: 2x2 benefit grid */
.deo-ts-01-product-benefit__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 32px; /* row-gap col-gap */
  flex: 1 1 616px;
  max-width: 616px;
  min-width: 0;
  align-content: flex-start;
}
.deo-ts-01-product-benefit__item {
  display: flex;
  flex-direction: column;
  flex: 1 1 280px;
  max-width: 292px;
  min-width: 0;
}
.deo-ts-01-product-benefit__icon {
  display: block;
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
}
.deo-ts-01-product-benefit__icon svg {
  display: block;
  width: 64px;
  height: 64px;
}
.deo-ts-01-product-benefit__item-title {
  color: #121212;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.deo-ts-01-product-benefit__item-body {
  color: rgba(18,18,18,0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

/* Right: product image placeholder */
.deo-ts-01-product-benefit__media {
  flex: 1 1 616px;
  max-width: 616px;
  min-width: 0;
}
.deo-ts-01-product-benefit__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f3f3f3;
  box-shadow: none;
}
.deo-ts-01-product-benefit__image svg,
.deo-ts-01-product-benefit__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* CTA block */
.deo-ts-01-product-benefit__cta-wrap {
  text-align: center;
  margin-top: 48px;
}
.deo-ts-01-product-benefit__cta {
  display: inline-block;
  background-color: #121212;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 22px;
  border: 2px solid #121212;
  border-radius: 12px;
  transition: all 0.3s linear;
}
.deo-ts-01-product-benefit__cta:hover {
  background-color: #ffffff;
  color: #121212;
}
.deo-ts-01-product-benefit__guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 0;
}
.deo-ts-01-product-benefit__guarantee-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

/* Tablet + mobile reflow */
@media screen and (max-width: 989px) {
  .deo-ts-01-product-benefit__inner {
    padding: 76px 16px 96px;
  }
  .deo-ts-01-product-benefit__header {
    text-align: left;
    margin-bottom: 32px;
  }
  .deo-ts-01-product-benefit__heading {
    font-size: 36px;
    margin: 0;
    max-width: 100%;
  }
  .deo-ts-01-product-benefit__wrapper {
    flex-direction: column;
    gap: 32px;
  }
  /* Image is hidden on mobile per reference */
  .deo-ts-01-product-benefit__media {
    display: none;
  }
  .deo-ts-01-product-benefit__grid {
    flex: 1 1 auto;
    max-width: 100%;
    gap: 32px;
  }
  /* Benefit rows: icon LEFT, left-aligned title + body RIGHT */
  .deo-ts-01-product-benefit__item {
    flex: 1 1 100%;
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
  .deo-ts-01-product-benefit__icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    margin-bottom: 0;
    margin-top: 4px;
  }
  .deo-ts-01-product-benefit__icon svg {
    width: 56px;
    height: 56px;
  }
  .deo-ts-01-product-benefit__item-text {
    flex: 1 1 auto;
  }
  .deo-ts-01-product-benefit__cta-wrap {
    text-align: left;
  }
  .deo-ts-01-product-benefit__cta {
    display: block;
    width: 100%;
    text-align: center;
  }
  .deo-ts-01-product-benefit__guarantee {
    margin-left: 0;
  }
}

/* Mobile-specific spacing */
@media screen and (max-width: 749px) {
  .deo-ts-01-product-benefit__inner {
    padding: 48px 16px 64px;
  }
}
/* END_SECTION:deo-ts-01-product-benefit */

/* START_SECTION:deo-ts-02-reviews-slider (INDEX:20) */
@import url("https://use.typekit.net/rme3yfl.css");

.deo-ts-02-reviews-slider {
  background-color: #ffffff;
  color: #121212;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}
.deo-ts-02-reviews-slider *,
.deo-ts-02-reviews-slider *::before,
.deo-ts-02-reviews-slider *::after {
  box-sizing: border-box;
  font-family: hoss-round, serif;
}
.deo-ts-02-reviews-slider__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 76px 40px 96px;
}

/* Header */
.deo-ts-02-reviews-slider__header {
  text-align: center;
  margin-bottom: 40px;
}
.deo-ts-02-reviews-slider__eyebrow {
  display: inline-block;
  border: 1px solid #334fb4;
  color: #334fb4;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 40px;
  margin-bottom: 18px;
  box-shadow: 0px 2px 0px 1px #334fb4;
}
.deo-ts-02-reviews-slider__heading {
  color: #121212;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
}
.deo-ts-02-reviews-slider__heading-accent {
  color: #334fb4;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.deo-ts-02-reviews-slider__subhead {
  color: rgba(18,18,18,0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 18px 0 0;
}

/* Carousel */
.deo-ts-02-reviews-slider__carousel {
  position: relative;
}
.deo-ts-02-reviews-slider__track {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}

/* Desktop: the two-card lineup fits without scrolling — center it.
   Mobile keeps flex-start so the scroll track isn't clipped at the left
   (centering an overflowing flex container cuts off its start edge). */
@media screen and (min-width: 990px) {
  .deo-ts-02-reviews-slider__track {
    justify-content: center;
  }
}
.deo-ts-02-reviews-slider__track::-webkit-scrollbar {
  display: none;
}

/* Card */
.deo-ts-02-reviews-slider__card {
  flex: 0 0 380px;
  max-width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  scroll-snap-align: start;
}

/* Per-scent card colors (flat, no shadow) */
/* card1 — LoFi Lavender */
.deo-ts-02-reviews-slider__card:nth-child(1) {
  background-color: #F9C7FF;
  color: #420D7F;
}
.deo-ts-02-reviews-slider__card:nth-child(1) .deo-ts-02-reviews-slider__card-title,
.deo-ts-02-reviews-slider__card:nth-child(1) .deo-ts-02-reviews-slider__card-body,
.deo-ts-02-reviews-slider__card:nth-child(1) .deo-ts-02-reviews-slider__card-name {
  color: #420D7F;
}
/* card2 — License to Clean (no official scent color; #00607F is a provisional Cheeky light-blue) */
.deo-ts-02-reviews-slider__card:nth-child(2) {
  background-color: #CAEEFF;
  color: #00607F;
}
.deo-ts-02-reviews-slider__card:nth-child(2) .deo-ts-02-reviews-slider__card-title,
.deo-ts-02-reviews-slider__card:nth-child(2) .deo-ts-02-reviews-slider__card-body,
.deo-ts-02-reviews-slider__card:nth-child(2) .deo-ts-02-reviews-slider__card-name {
  color: #00607F;
}
.deo-ts-02-reviews-slider__stars {
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
}
.deo-ts-02-reviews-slider__star {
  display: block;
}
.deo-ts-02-reviews-slider__card-title {
  color: #121212;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 18px;
}
.deo-ts-02-reviews-slider__card-body {
  color: rgba(18,18,18,0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 28px;
}
.deo-ts-02-reviews-slider__card-name {
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: auto 0 0;
}

/* CTA block */
.deo-ts-02-reviews-slider__cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
}
.deo-ts-02-reviews-slider__cta {
  display: inline-block;
  background-color: #121212;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 22px;
  border-radius: 12px;
  border: 1px solid #121212;
  max-width: 100%;
  min-width: 400px;
  text-align: center;
  transition: all 0.3s linear;
}
.deo-ts-02-reviews-slider__cta:hover {
  background-color: #ffffff;
  color: #121212;
}
.deo-ts-02-reviews-slider__guarantee {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 0;
}
.deo-ts-02-reviews-slider__guarantee-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

/* Mobile reflow */
@media screen and (max-width: 749px) {
  .deo-ts-02-reviews-slider__inner {
    padding: 48px 16px 64px;
  }
  .deo-ts-02-reviews-slider__heading {
    font-size: 34px;
  }
  .deo-ts-02-reviews-slider__subhead {
    font-size: 16px;
  }
  .deo-ts-02-reviews-slider__track {
    gap: 18px;
    /* allow a peek of the next card */
    padding-right: 40px;
  }
  .deo-ts-02-reviews-slider__card {
    flex: 0 0 298px;
    max-width: 80%;
    padding: 28px 22px;
  }
  .deo-ts-02-reviews-slider__cta {
    display: block;
    width: 100%;
    min-width: 0;
  }
}
/* END_SECTION:deo-ts-02-reviews-slider */

/* START_SECTION:deo-ts-03-hydration-benefits (INDEX:21) */
@import url("https://use.typekit.net/rme3yfl.css");
.deo-ts-03-hydration-benefits {
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}
.deo-ts-03-hydration-benefits,
.deo-ts-03-hydration-benefits * {
  font-family: hoss-round, serif;
}
.deo-ts-03-hydration-benefits *,
.deo-ts-03-hydration-benefits *::before,
.deo-ts-03-hydration-benefits *::after {
  box-sizing: border-box;
}
.deo-ts-03-hydration-benefits__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 76px 40px 96px;
}

/* Header */
.deo-ts-03-hydration-benefits__header {
  text-align: center;
  margin-bottom: 40px;
}
.deo-ts-03-hydration-benefits__eyebrow {
  display: inline-block;
  border: 1px solid #334fb4;
  color: #334fb4;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 40px;
  margin-bottom: 18px;
  box-shadow: 0px 2px 0px 1px #334fb4;
}
.deo-ts-03-hydration-benefits__heading {
  color: #121212;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
}
.deo-ts-03-hydration-benefits__heading-accent {
  color: #334fb4;
}
.deo-ts-03-hydration-benefits__intro {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(18,18,18,0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

/* Three-column grid: left col / center image / right col.
   Two rows of benefit items flank a single full-height center image. */
.deo-ts-03-hydration-benefits__grid {
  display: grid;
  grid-template-columns: 1fr minmax(0, 395px) 1fr;
  grid-template-rows: auto auto;
  justify-content: center;
  column-gap: 48px;
  row-gap: 48px;
  align-items: center;
}
/* Center image spans both rows in the middle column */
.deo-ts-03-hydration-benefits__media {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100%;
}
.deo-ts-03-hydration-benefits__item--l1 { grid-column: 1; grid-row: 1; }
.deo-ts-03-hydration-benefits__item--l2 { grid-column: 1; grid-row: 2; }
.deo-ts-03-hydration-benefits__item--r1 { grid-column: 3; grid-row: 1; }
.deo-ts-03-hydration-benefits__item--r2 { grid-column: 3; grid-row: 2; }

.deo-ts-03-hydration-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.deo-ts-03-hydration-benefits__icon {
  display: block;
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
}
.deo-ts-03-hydration-benefits__icon svg {
  display: block;
  width: 64px;
  height: 64px;
}
.deo-ts-03-hydration-benefits__item-title {
  color: #121212;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.deo-ts-03-hydration-benefits__item-body {
  color: rgba(18,18,18,0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

/* Center: tall product image placeholder */
.deo-ts-03-hydration-benefits__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 395 / 537;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f3f3f3;
}
.deo-ts-03-hydration-benefits__image svg,
.deo-ts-03-hydration-benefits__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CTA block */
.deo-ts-03-hydration-benefits__cta-wrap {
  text-align: center;
  margin-top: 48px;
}
.deo-ts-03-hydration-benefits__cta {
  display: inline-block;
  background-color: #121212;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 22px;
  border-radius: 12px;
  border: 1.5px solid #121212;
  box-shadow: none;
  transition: all 0.3s linear;
}
.deo-ts-03-hydration-benefits__cta:hover {
  background-color: #ffffff;
  color: #121212;
}
.deo-ts-03-hydration-benefits__guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 0;
}
.deo-ts-03-hydration-benefits__guarantee-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

/* Mobile reflow: single column, source order = image (top) then 4 items */
@media screen and (max-width: 989px) {
  .deo-ts-03-hydration-benefits__inner {
    padding: 48px 16px 64px;
  }
  .deo-ts-03-hydration-benefits__heading {
    font-size: 36px;
  }
  .deo-ts-03-hydration-benefits__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 32px;
    justify-content: stretch;
  }
  .deo-ts-03-hydration-benefits__media,
  .deo-ts-03-hydration-benefits__item--l1,
  .deo-ts-03-hydration-benefits__item--l2,
  .deo-ts-03-hydration-benefits__item--r1,
  .deo-ts-03-hydration-benefits__item--r2 {
    grid-column: 1;
    grid-row: auto;
  }
  .deo-ts-03-hydration-benefits__media {
    max-width: 395px;
    margin: 0 auto;
  }
  /* Mobile benefit items: icon-left / text-right horizontal rows, left-aligned */
  .deo-ts-03-hydration-benefits__item {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
  }
  .deo-ts-03-hydration-benefits__icon {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    margin-bottom: 0;
  }
  .deo-ts-03-hydration-benefits__icon svg {
    width: 48px;
    height: 48px;
  }
  .deo-ts-03-hydration-benefits__item-content {
    flex: 1 1 auto;
    min-width: 0;
  }
  .deo-ts-03-hydration-benefits__item-title {
    font-size: 22px;
  }
  .deo-ts-03-hydration-benefits__cta {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .deo-ts-03-hydration-benefits__heading {
    font-size: 34px;
  }
  .deo-ts-03-hydration-benefits__intro {
    font-size: 16px;
  }
}
/* END_SECTION:deo-ts-03-hydration-benefits */

/* START_SECTION:deo-ts-04-usage-instructions (INDEX:22) */
@import url("https://use.typekit.net/rme3yfl.css");
.deo-ts-04-usage-instructions {
  background-color: #e6f3ff;
  color: #121212;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}
.deo-ts-04-usage-instructions *,
.deo-ts-04-usage-instructions *::before,
.deo-ts-04-usage-instructions *::after {
  box-sizing: border-box;
  font-family: hoss-round, serif;
}
.deo-ts-04-usage-instructions__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 76px 40px 96px;
}

/* Header */
.deo-ts-04-usage-instructions__header {
  text-align: center;
  margin-bottom: 40px;
}
.deo-ts-04-usage-instructions__eyebrow {
  display: inline-block;
  border: 1px solid #334fb4;
  color: #334fb4;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 40px;
  margin-bottom: 18px;
  box-shadow: 0px 2px 0px 1px #334fb4;
}
.deo-ts-04-usage-instructions__heading {
  color: #121212;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
}
.deo-ts-04-usage-instructions__heading-accent {
  color: #334fb4;
}
.deo-ts-04-usage-instructions__subtitle {
  color: rgba(18,18,18,0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 640px;
  margin: 16px auto 0;
}

/* Two-column grid: image / steps */
.deo-ts-04-usage-instructions__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  justify-content: center;
  gap: 48px;
  align-items: center;
}
.deo-ts-04-usage-instructions__media {
  width: 100%;
}

/* Left: 636x433 image placeholder */
.deo-ts-04-usage-instructions__image {
  width: 100%;
  aspect-ratio: 636 / 433;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f3f3f3;
}
.deo-ts-04-usage-instructions__image svg,
.deo-ts-04-usage-instructions__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right: vertical stack of step rows */
.deo-ts-04-usage-instructions__steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.deo-ts-04-usage-instructions__step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
}
.deo-ts-04-usage-instructions__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
.deo-ts-04-usage-instructions__badge svg {
  display: block;
  width: 64px;
  height: 64px;
}
.deo-ts-04-usage-instructions__text {
  min-width: 0;
}
.deo-ts-04-usage-instructions__step-title {
  color: #121212;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 6px;
}
.deo-ts-04-usage-instructions__step-body {
  color: rgba(18,18,18,0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

/* CTA block */
.deo-ts-04-usage-instructions__cta-wrap {
  text-align: center;
  margin-top: 48px;
}
.deo-ts-04-usage-instructions__cta {
  display: inline-block;
  background-color: #121212;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 22px;
  border-radius: 12px;
  border: 2px solid #121212;
  transition: all 0.3s linear;
}
.deo-ts-04-usage-instructions__cta:hover {
  background-color: #ffffff;
  color: #121212;
}
.deo-ts-04-usage-instructions__guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 0;
}
.deo-ts-04-usage-instructions__guarantee-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

/* Mobile reflow: single column, image stacks above steps */
@media screen and (max-width: 989px) {
  .deo-ts-04-usage-instructions__inner {
    padding: 48px 16px 64px;
  }
  .deo-ts-04-usage-instructions__heading {
    font-size: 48px;
  }
  .deo-ts-04-usage-instructions__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    justify-content: stretch;
  }
  .deo-ts-04-usage-instructions__media {
    width: 100%;
  }
  .deo-ts-04-usage-instructions__cta {
    display: block;
    width: 100%;
  }
}

/* Phone breakpoint */
@media screen and (max-width: 749px) {
  .deo-ts-04-usage-instructions__heading {
    font-size: 34px;
  }
  .deo-ts-04-usage-instructions__subtitle {
    font-size: 16px;
  }
  .deo-ts-04-usage-instructions__step {
    align-items: start;
    gap: 4px;
  }
}
/* END_SECTION:deo-ts-04-usage-instructions */

/* START_SECTION:deo-ts-05-seamoss-accordion (INDEX:23) */
@import url("https://use.typekit.net/rme3yfl.css");

.deo-ts-05-seamoss-accordion {
  background-color: #faf7f2;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}
.deo-ts-05-seamoss-accordion *,
.deo-ts-05-seamoss-accordion *::before,
.deo-ts-05-seamoss-accordion *::after {
  box-sizing: border-box;
}
.deo-ts-05-seamoss-accordion,
.deo-ts-05-seamoss-accordion * {
  font-family: hoss-round, serif;
}
.deo-ts-05-seamoss-accordion__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 76px 40px 96px;
}

/* Header */
.deo-ts-05-seamoss-accordion__header {
  text-align: center;
  margin-bottom: 40px;
}
.deo-ts-05-seamoss-accordion__eyebrow {
  display: inline-block;
  border: 1px solid #334fb4;
  color: #334fb4;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 40px;
  margin-bottom: 18px;
  box-shadow: 0px 2px 0px 1px #334fb4;
}
.deo-ts-05-seamoss-accordion__heading {
  color: #121212;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
}
.deo-ts-05-seamoss-accordion__heading-accent {
  color: #334fb4;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}
.deo-ts-05-seamoss-accordion__subtitle {
  color: rgba(18, 18, 18, 0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 560px;
  margin: 16px auto 0;
}

/* Row: accordion (636) + image (636) */
.deo-ts-05-seamoss-accordion__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 48px;
  align-items: flex-start;
}
.deo-ts-05-seamoss-accordion__accordion {
  flex: 1 1 636px;
  max-width: 636px;
  min-width: 0;
  align-self: stretch;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
  padding: 0 24px;
  box-shadow: none;
}

/* Accordion items */
.deo-ts-05-seamoss-accordion__item {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.deo-ts-05-seamoss-accordion__item:first-child {
  border-top: none;
}
.deo-ts-05-seamoss-accordion__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  padding: 22px 0;
  color: #121212;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
.deo-ts-05-seamoss-accordion__question::-webkit-details-marker {
  display: none;
}
.deo-ts-05-seamoss-accordion__q-text {
  flex: 1 1 auto;
  min-width: 0;
}

/* +/- toggle icon */
.deo-ts-05-seamoss-accordion__icon {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.deo-ts-05-seamoss-accordion__icon::before,
.deo-ts-05-seamoss-accordion__icon::after {
  content: "";
  position: absolute;
  background-color: #121212;
  border-radius: 2px;
  transition: opacity 0.3s linear, transform 0.3s linear;
}
/* horizontal bar (always visible) */
.deo-ts-05-seamoss-accordion__icon::before {
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  transform: translateY(-50%);
}
/* vertical bar (hidden when open => minus) */
.deo-ts-05-seamoss-accordion__icon::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 24px;
  transform: translateX(-50%);
}
.deo-ts-05-seamoss-accordion__item[open] .deo-ts-05-seamoss-accordion__icon::after {
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
}

/* Answer body */
.deo-ts-05-seamoss-accordion__answer {
  padding: 0 36px 22px 0;
}
.deo-ts-05-seamoss-accordion__answer p {
  color: rgba(18, 18, 18, 0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}

/* Right: 636x589 image placeholder */
.deo-ts-05-seamoss-accordion__media {
  flex: 1 1 636px;
  max-width: 636px;
  min-width: 0;
}
.deo-ts-05-seamoss-accordion__image {
  width: 100%;
  aspect-ratio: 636 / 589;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f3f3f3;
  box-shadow: none;
}
.deo-ts-05-seamoss-accordion__image svg,
.deo-ts-05-seamoss-accordion__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* Mobile reflow: column-reverse — image on top, accordion below, full width */
@media screen and (max-width: 989px) {
  .deo-ts-05-seamoss-accordion__inner {
    padding: 48px 16px 64px;
  }
  .deo-ts-05-seamoss-accordion__heading {
    font-size: 36px;
  }
  .deo-ts-05-seamoss-accordion__row {
    flex-direction: column-reverse;
    gap: 32px;
    align-items: stretch;
  }
  .deo-ts-05-seamoss-accordion__accordion {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }
  .deo-ts-05-seamoss-accordion__media {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }
  .deo-ts-05-seamoss-accordion__question {
    font-size: 20px;
  }
}

@media screen and (max-width: 749px) {
  .deo-ts-05-seamoss-accordion__heading {
    font-size: 34px;
  }
  .deo-ts-05-seamoss-accordion__subtitle {
    font-size: 16px;
  }
}
/* END_SECTION:deo-ts-05-seamoss-accordion */

/* START_SECTION:deo-ts-06-customer-reviews (INDEX:24) */
@import url("https://use.typekit.net/rme3yfl.css");
.deo-ts-06-customer-reviews {
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}
.deo-ts-06-customer-reviews,
.deo-ts-06-customer-reviews *,
.deo-ts-06-customer-reviews *::before,
.deo-ts-06-customer-reviews *::after {
  box-sizing: border-box;
  font-family: hoss-round, serif;
}
.deo-ts-06-customer-reviews__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 76px 40px 96px;
}

/* Shared star row */
.deo-ts-06-customer-reviews__stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}
.deo-ts-06-customer-reviews__star { display: block; }

/* ===== SUMMARY ROW ===== */
.deo-ts-06-customer-reviews__summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0,0,0,0.125);
}
.deo-ts-06-customer-reviews__summary-left {
  flex: 0 0 auto;
}
.deo-ts-06-customer-reviews__avg-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.deo-ts-06-customer-reviews__stars--lg { gap: 3px; }
.deo-ts-06-customer-reviews__avg-num {
  color: #121212;
  font-size: 18px;
  font-weight: 400;
}
.deo-ts-06-customer-reviews__title {
  color: #121212;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin: 6px 0 6px;
}
.deo-ts-06-customer-reviews__count {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.deo-ts-06-customer-reviews__verified-badge {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

/* Histogram */
.deo-ts-06-customer-reviews__histogram {
  flex: 0 1 460px;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}
.deo-ts-06-customer-reviews__hist-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.deo-ts-06-customer-reviews__stars--sm { gap: 1px; flex: 0 0 auto; }
.deo-ts-06-customer-reviews__hist-bar {
  flex: 1 1 auto;
  height: 16px;
  background-color: #f3f3f3;
  border-radius: 2px;
  overflow: hidden;
}
.deo-ts-06-customer-reviews__hist-fill {
  display: block;
  height: 100%;
  background-color: #334fb4;
  border-radius: 2px;
}
.deo-ts-06-customer-reviews__hist-count {
  flex: 0 0 46px;
  text-align: left;
  color: #121212;
  font-size: 15px;
  font-weight: 400;
}

/* ===== CUSTOMER PHOTOS & VIDEOS GALLERY ===== */
.deo-ts-06-customer-reviews__gallery {
  padding: 24px 0 4px;
}
.deo-ts-06-customer-reviews__gallery-title {
  color: #121212;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 14px;
}
.deo-ts-06-customer-reviews__gallery-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.deo-ts-06-customer-reviews__gallery-thumb {
  display: block;
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  max-width: 100%;
  background-color: #f3f3f3;
  border-radius: 8px;
}

/* ===== TOOLBAR ===== */
.deo-ts-06-customer-reviews__toolbar {
  display: flex;
  align-items: center;
  padding: 22px 0 10px;
  border-top: 1px solid rgba(0,0,0,0.125);
}
.deo-ts-06-customer-reviews__sort {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #334fb4;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

/* ===== REVIEW LIST ===== */
.deo-ts-06-customer-reviews__list {
  display: flex;
  flex-direction: column;
}
.deo-ts-06-customer-reviews__review {
  padding: 24px 0;
  border-top: 1px solid rgba(0,0,0,0.125);
}
.deo-ts-06-customer-reviews__review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.deo-ts-06-customer-reviews__review-date {
  color: rgba(18,18,18,0.75);
  font-size: 14px;
  font-weight: 400;
}
.deo-ts-06-customer-reviews__review-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.deo-ts-06-customer-reviews__verified-check {
  display: inline-flex;
  width: 17px;
  height: 17px;
}
.deo-ts-06-customer-reviews__review-name {
  color: #121212;
  font-size: 16px;
  font-weight: 700;
}
.deo-ts-06-customer-reviews__review-verified {
  color: rgba(18,18,18,0.75);
  font-size: 13px;
  font-weight: 400;
}
.deo-ts-06-customer-reviews__review-verified strong { color: #121212; font-weight: 700; }
.deo-ts-06-customer-reviews__review-body {
  color: rgba(18,18,18,0.75);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}
.deo-ts-06-customer-reviews__review-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.deo-ts-06-customer-reviews__thumb {
  display: block;
  width: 80px;
  height: 53px;
  max-width: 100%;
  background-color: #f3f3f3;
  border-radius: 8px;
}

/* ===== LOAD MORE ===== */
.deo-ts-06-customer-reviews__loadmore-wrap {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(0,0,0,0.125);
}
.deo-ts-06-customer-reviews__loadmore {
  display: inline-block;
  background-color: #121212;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #121212;
  border-radius: 8px;
  padding: 14px 28px;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.3s linear;
}
.deo-ts-06-customer-reviews__loadmore:hover {
  background-color: #ffffff;
  color: #121212;
}

/* ===== MOBILE REFLOW ===== */
@media screen and (max-width: 989px) {
  .deo-ts-06-customer-reviews__inner {
    padding: 48px 16px 64px;
  }
  .deo-ts-06-customer-reviews__summary {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    text-align: center;
  }
  .deo-ts-06-customer-reviews__avg-row {
    justify-content: center;
  }
  .deo-ts-06-customer-reviews__count {
    justify-content: center;
  }
  .deo-ts-06-customer-reviews__histogram {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .deo-ts-06-customer-reviews__review-body {
    max-width: 100%;
  }
  .deo-ts-06-customer-reviews__gallery-strip {
    gap: 8px;
  }
  .deo-ts-06-customer-reviews__gallery-thumb {
    flex: 0 0 calc((100% - 24px) / 4);
    width: calc((100% - 24px) / 4);
    aspect-ratio: 1 / 1;
    height: auto;
  }
}

@media screen and (max-width: 749px) {
  .deo-ts-06-customer-reviews__title {
    font-size: 34px;
  }
  .deo-ts-06-customer-reviews__count {
    font-size: 16px;
  }
}
/* END_SECTION:deo-ts-06-customer-reviews */

/* START_SECTION:deo-ts-07-trust-bar (INDEX:25) */
@import url("https://use.typekit.net/rme3yfl.css");
.deo-ts-07-trust-bar {
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  box-shadow: none;
  overflow-x: clip;
}
.deo-ts-07-trust-bar,
.deo-ts-07-trust-bar * {
  font-family: hoss-round, serif;
}
.deo-ts-07-trust-bar *,
.deo-ts-07-trust-bar *::before,
.deo-ts-07-trust-bar *::after {
  box-sizing: border-box;
}
.deo-ts-07-trust-bar__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 18px 40px;
}

/* Single centered row of 5 evenly-spaced badges */
.deo-ts-07-trust-bar__row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.deo-ts-07-trust-bar__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}
.deo-ts-07-trust-bar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}
.deo-ts-07-trust-bar__icon svg {
  display: block;
  width: 26px;
  height: 26px;
}
.deo-ts-07-trust-bar__label {
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

/* Mobile: wrap to 2-3 per row, stay legible */
@media screen and (max-width: 989px) {
  .deo-ts-07-trust-bar__inner {
    padding: 16px 15px;
  }
  .deo-ts-07-trust-bar__row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 18px;
  }
  .deo-ts-07-trust-bar__item {
    flex: 0 0 auto;
    justify-content: center;
    gap: 8px;
  }
  .deo-ts-07-trust-bar__icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }
  .deo-ts-07-trust-bar__icon svg {
    width: 22px;
    height: 22px;
  }
  .deo-ts-07-trust-bar__label {
    font-size: 15px;
  }
}
/* END_SECTION:deo-ts-07-trust-bar */

/* START_SECTION:deo-ts-08-rd-story (INDEX:26) */
@import url("https://use.typekit.net/rme3yfl.css");
.deo-ts-08-rd-story {
  background-color: #111113;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}
.deo-ts-08-rd-story *,
.deo-ts-08-rd-story *::before,
.deo-ts-08-rd-story *::after {
  box-sizing: border-box;
}
.deo-ts-08-rd-story * {
  font-family: hoss-round, serif;
}
.deo-ts-08-rd-story__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 76px 40px 96px;
}

/* Two-column wrapper: image left, text right */
.deo-ts-08-rd-story__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}

/* Left: ~3:2 landscape image placeholder */
.deo-ts-08-rd-story__media {
  flex: 1 1 0;
  min-width: 0;
  max-width: 616px;
}
.deo-ts-08-rd-story__image {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(255,255,255,0.08);
}
.deo-ts-08-rd-story__image svg,
.deo-ts-08-rd-story__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right: text content column */
.deo-ts-08-rd-story__content {
  flex: 1 1 0;
  min-width: 0;
  max-width: 616px;
}
.deo-ts-08-rd-story__eyebrow {
  display: inline-block;
  border: 1px solid #8ad0ff;
  color: #8ad0ff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 40px;
  margin-bottom: 18px;
  box-shadow: 0px 2px 0px 1px #8ad0ff;
}
.deo-ts-08-rd-story__heading {
  color: #ffffff;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
}
.deo-ts-08-rd-story__body {
  margin-top: 20px;
}
.deo-ts-08-rd-story__paragraph {
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 16px;
}
.deo-ts-08-rd-story__paragraph:last-child {
  margin-bottom: 0;
}

/* CTA block */
.deo-ts-08-rd-story__cta-wrap {
  margin-top: 28px;
}
.deo-ts-08-rd-story__cta {
  display: inline-block;
  background-color: #ffffff;
  color: #111113;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 22px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  box-shadow: none;
  transition: all 0.3s linear;
}
.deo-ts-08-rd-story__cta:hover {
  background-color: transparent;
  color: #ffffff;
}
.deo-ts-08-rd-story__guarantee {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  margin: 16px 0 0;
}
.deo-ts-08-rd-story__guarantee-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

/* Mobile reflow: single column, image stacks on top */
@media screen and (max-width: 989px) {
  .deo-ts-08-rd-story__inner {
    padding: 48px 16px 64px;
  }
  .deo-ts-08-rd-story__wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .deo-ts-08-rd-story__media {
    flex: 1 1 auto;
    max-width: 100%;
    order: 1;
  }
  .deo-ts-08-rd-story__content {
    flex: 1 1 auto;
    max-width: 100%;
    order: 2;
  }
  .deo-ts-08-rd-story__heading {
    font-size: 48px;
  }
  .deo-ts-08-rd-story__cta {
    display: block;
    width: 100%;
    text-align: center;
  }
  .deo-ts-08-rd-story__guarantee {
    justify-content: center;
  }
}

/* Phone breakpoint: heading + body type scale */
@media screen and (max-width: 749px) {
  .deo-ts-08-rd-story__heading {
    font-size: 34px;
  }
  .deo-ts-08-rd-story__paragraph {
    font-size: 16px;
  }
}
/* END_SECTION:deo-ts-08-rd-story */

/* START_SECTION:deo-ts-09-comparison (INDEX:27) */
@import url("https://use.typekit.net/rme3yfl.css");
.deo-ts-09-comparison {
  background-color: #e6f3ff;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}
.deo-ts-09-comparison *,
.deo-ts-09-comparison *::before,
.deo-ts-09-comparison *::after {
  box-sizing: border-box;
  font-family: hoss-round, serif;
}
.deo-ts-09-comparison__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 76px 40px 96px;
}

/* Header */
.deo-ts-09-comparison__header {
  text-align: center;
  margin-bottom: 40px;
}
.deo-ts-09-comparison__eyebrow {
  display: inline-block;
  border: 1px solid #334fb4;
  color: #334fb4;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 40px;
  margin-bottom: 18px;
  box-shadow: 0px 2px 0px 1px #334fb4;
}
.deo-ts-09-comparison__heading {
  color: #121212;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: capitalize;
  margin: 0 auto;
  max-width: 820px;
}
.deo-ts-09-comparison__heading-accent {
  color: #334fb4;
}
.deo-ts-09-comparison__intro {
  color: rgba(18, 18, 18, 0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 18px auto 0;
  max-width: 720px;
}

/* Horizontal scroll wrapper (mobile) */
.deo-ts-09-comparison__scroll {
  width: 100%;
  max-width: 100%;
}

/* Table */
.deo-ts-09-comparison__table {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}
.deo-ts-09-comparison__row {
  display: grid;
  /* minmax(0, …) forces every row to identical track widths. Bare `1fr` is
     minmax(auto, 1fr), so the wide header titles would expand their columns
     past the ratio while the icon-only body rows would not — making the
     independent-grid rows misalign. minmax(0, …) pins the ratio so header and
     body columns line up exactly. */
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}
.deo-ts-09-comparison__row + .deo-ts-09-comparison__row {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.deo-ts-09-comparison__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 16px;
  font-size: 18px;
  line-height: 1.35;
  color: rgba(18, 18, 18, 0.75);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.deo-ts-09-comparison__cell:first-child {
  border-left: 0;
}
.deo-ts-09-comparison__cell--feature {
  justify-content: flex-start;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #121212;
}

/* Head row */
.deo-ts-09-comparison__row--head .deo-ts-09-comparison__cell {
  flex-direction: column;
  gap: 8px;
  padding: 22px 16px;
  background-color: #f3f3f3;
}
.deo-ts-09-comparison__col-title {
  color: #121212;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}
.deo-ts-09-comparison__row--head .deo-ts-09-comparison__cell--feature .deo-ts-09-comparison__col-title {
  color: #121212;
}
.deo-ts-09-comparison__col-title--cheeky {
  color: #121212;
}
.deo-ts-09-comparison__badge {
  display: inline-block;
  background-color: #334fb4;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 40px;
}

/* Highlighted Cheeky column */
.deo-ts-09-comparison__cell--cheeky {
  background-color: #ffffff;
  box-shadow: inset 1.5px 0 0 #334fb4, inset -1.5px 0 0 #334fb4;
}
.deo-ts-09-comparison__row--head .deo-ts-09-comparison__cell--cheeky {
  background-color: #ffffff;
  box-shadow: inset 1.5px 1.5px 0 #334fb4, inset -1.5px 0 0 #334fb4;
}
.deo-ts-09-comparison__row:last-child .deo-ts-09-comparison__cell--cheeky {
  box-shadow: inset 1.5px 0 0 #334fb4, inset -1.5px -1.5px 0 #334fb4;
}

/* Value marks */
.deo-ts-09-comparison__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 1;
}
.deo-ts-09-comparison__mark svg {
  display: block;
}
.deo-ts-09-comparison__mark--yes {
  color: #00C764;
  background-color: rgba(0, 199, 100, 0.12);
}
.deo-ts-09-comparison__mark--no {
  color: rgb(204, 34, 34);
  background-color: rgba(204, 34, 34, 0.10);
}
.deo-ts-09-comparison__mark--partial {
  color: #334fb4;
  background-color: rgba(51, 79, 180, 0.12);
  font-size: 26px;
  font-weight: 700;
}

/* Legend */
.deo-ts-09-comparison__legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 22px;
  color: rgba(18, 18, 18, 0.75);
  font-size: 16px;
  font-weight: 700;
}
.deo-ts-09-comparison__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.deo-ts-09-comparison__mark--legend {
  width: 30px;
  height: 30px;
}
.deo-ts-09-comparison__mark--legend.deo-ts-09-comparison__mark--partial {
  font-size: 20px;
}

/* CTA block */
.deo-ts-09-comparison__cta-wrap {
  text-align: center;
  margin-top: 40px;
}
.deo-ts-09-comparison__cta {
  display: inline-block;
  background-color: #121212;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 22px;
  border: 1.5px solid #121212;
  border-radius: 12px;
  transition: all 0.3s linear;
}
.deo-ts-09-comparison__cta:hover {
  background-color: #ffffff;
  color: #121212;
}
.deo-ts-09-comparison__guarantee {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 0;
}
.deo-ts-09-comparison__guarantee-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

/* Mobile reflow */
@media screen and (max-width: 989px) {
  .deo-ts-09-comparison__inner {
    padding: 48px 16px 64px;
  }
  .deo-ts-09-comparison__header {
    text-align: left;
    margin-bottom: 32px;
  }
  .deo-ts-09-comparison__heading {
    font-size: 36px;
    margin: 0;
    max-width: 100%;
  }
  .deo-ts-09-comparison__intro {
    margin: 14px 0 0;
    max-width: 100%;
  }

  /* Mobile: keep the table at a comfortable min-width and let it scroll
     horizontally INSIDE its wrapper. The page itself never scrolls sideways
     (overflow-x: clip on the section root), so columns stay readable instead
     of being crushed to fit the viewport. The partially-cut last column is a
     natural "there's more — swipe" affordance. */
  .deo-ts-09-comparison__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
  }
  .deo-ts-09-comparison__table {
    min-width: 600px;
  }
  .deo-ts-09-comparison__cell {
    padding: 14px 10px;
    font-size: 16px;
  }
  .deo-ts-09-comparison__cell--feature {
    padding-left: 16px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.3;
  }
  .deo-ts-09-comparison__row--head .deo-ts-09-comparison__cell {
    padding: 18px 10px;
    gap: 6px;
  }
  .deo-ts-09-comparison__row--head .deo-ts-09-comparison__cell--feature {
    padding-left: 16px;
  }
  .deo-ts-09-comparison__col-title {
    font-size: 16px;
    line-height: 1.2;
  }
  .deo-ts-09-comparison__badge {
    font-size: 8px;
    letter-spacing: 0.03em;
    padding: 4px 6px;
  }
  .deo-ts-09-comparison__mark {
    width: 28px;
    height: 28px;
  }
  .deo-ts-09-comparison__mark svg {
    width: 18px;
    height: 18px;
  }
  .deo-ts-09-comparison__mark--partial {
    font-size: 20px;
  }
  .deo-ts-09-comparison__cta-wrap {
    text-align: left;
  }
  .deo-ts-09-comparison__cta {
    display: block;
    width: 100%;
    text-align: center;
  }
  .deo-ts-09-comparison__legend {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 749px) {
  .deo-ts-09-comparison__heading {
    font-size: 34px;
  }
  .deo-ts-09-comparison__intro {
    font-size: 16px;
  }
}
/* END_SECTION:deo-ts-09-comparison */

/* START_SECTION:deo-ts-10-timeline (INDEX:28) */
@import url("https://use.typekit.net/rme3yfl.css");
.deo-ts-10-timeline {
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}
.deo-ts-10-timeline,
.deo-ts-10-timeline * {
  font-family: hoss-round, serif;
}
.deo-ts-10-timeline *,
.deo-ts-10-timeline *::before,
.deo-ts-10-timeline *::after {
  box-sizing: border-box;
}
.deo-ts-10-timeline__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 76px 40px 96px;
}

/* Header */
.deo-ts-10-timeline__header {
  text-align: center;
  margin-bottom: 56px;
}
.deo-ts-10-timeline__eyebrow {
  display: inline-block;
  border: 1px solid #334fb4;
  color: #334fb4;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 40px;
  margin-bottom: 18px;
  box-shadow: 0px 2px 0px 1px #334fb4;
}
.deo-ts-10-timeline__heading {
  color: #121212;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0 auto;
  max-width: 1000px;
}
.deo-ts-10-timeline__heading-accent {
  color: #334fb4;
}

/* Track + connecting line */
.deo-ts-10-timeline__track {
  position: relative;
}
.deo-ts-10-timeline__line {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 3px;
  /* inset the line so it spans node-center to node-center across 4 columns */
  margin: 0 12.5%;
  background-color: #334fb4;
  opacity: 0.35;
  z-index: 0;
}

/* Stages: horizontal 4-up row */
.deo-ts-10-timeline__stages {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.deo-ts-10-timeline__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Node marker */
.deo-ts-10-timeline__node {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background-color: #e6f3ff;
  color: #334fb4;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  flex: 0 0 auto;
  box-shadow: none;
  border: 2px solid #334fb4;
}

/* Stage content */
.deo-ts-10-timeline__content {
  margin-top: 24px;
  max-width: 280px;
}
.deo-ts-10-timeline__stage-label {
  color: #121212;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 8px;
}
.deo-ts-10-timeline__stage-body {
  color: rgba(18,18,18,0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

/* Mobile: vertical timeline, connector down the left */
@media screen and (max-width: 989px) {
  .deo-ts-10-timeline__inner {
    padding: 48px 16px 64px;
  }
  .deo-ts-10-timeline__header {
    margin-bottom: 36px;
  }
  .deo-ts-10-timeline__heading {
    font-size: 36px;
  }

  .deo-ts-10-timeline__line {
    top: 0;
    bottom: 0;
    left: 28px;
    right: auto;
    width: 3px;
    height: auto;
    margin: 28px 0;
  }
  .deo-ts-10-timeline__stages {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .deo-ts-10-timeline__stage {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 24px;
  }
  .deo-ts-10-timeline__content {
    margin-top: 4px;
    max-width: none;
    flex: 1 1 auto;
    min-width: 0;
  }
}

/* Phone breakpoint: heading sizing */
@media screen and (max-width: 749px) {
  .deo-ts-10-timeline__heading {
    font-size: 34px;
  }
}
/* END_SECTION:deo-ts-10-timeline */

/* START_SECTION:deo-ts-11-guarantee (INDEX:29) */
@import url("https://use.typekit.net/rme3yfl.css");

.deo-ts-11-guarantee {
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: 76px 40px 96px;
  overflow-x: clip;
}
.deo-ts-11-guarantee,
.deo-ts-11-guarantee *,
.deo-ts-11-guarantee *::before,
.deo-ts-11-guarantee *::after {
  box-sizing: border-box;
  font-family: hoss-round, serif;
}
.deo-ts-11-guarantee__inner {
  max-width: 1480px;
  margin: 0 auto;
  background-color: #e6f3ff;
  border-radius: 16px;
  padding: 64px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Eyebrow pill — accent outline + text on the light-blue panel */
.deo-ts-11-guarantee__eyebrow {
  display: inline-block;
  border: 2px solid #334fb4;
  color: #334fb4;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 12px 26px;
  border-radius: 40px;
  margin-bottom: 18px;
}

/* Heading */
.deo-ts-11-guarantee__heading {
  color: #121212;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
  max-width: 720px;
  text-transform: capitalize;
}

/* Body paragraph */
.deo-ts-11-guarantee__body {
  color: rgba(18, 18, 18, 0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 18px auto 0;
  max-width: 720px;
}
.deo-ts-11-guarantee__body > * {
  margin: 0 0 1em;
}
.deo-ts-11-guarantee__body > *:last-child {
  margin-bottom: 0;
}

/* CTA block */
.deo-ts-11-guarantee__cta-wrap {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.deo-ts-11-guarantee__cta {
  display: inline-block;
  background-color: #121212;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 22px;
  border-radius: 12px;
  border: 1.5px solid #121212;
  box-shadow: none;
  transition: all 0.3s linear;
}
.deo-ts-11-guarantee__cta:hover {
  background-color: #ffffff;
  color: #121212;
}
.deo-ts-11-guarantee__guarantee {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 0;
}
.deo-ts-11-guarantee__guarantee-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

/* Mobile reflow — same single column, reduced padding + heading */
@media screen and (max-width: 749px) {
  .deo-ts-11-guarantee {
    padding: 48px 16px 64px;
  }
  .deo-ts-11-guarantee__inner {
    padding: 40px 20px;
  }
  .deo-ts-11-guarantee__heading {
    font-size: 36px;
    max-width: 100%;
  }
  .deo-ts-11-guarantee__body {
    max-width: 100%;
  }
  .deo-ts-11-guarantee__cta {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* END_SECTION:deo-ts-11-guarantee */

/* START_SECTION:deo-ts-12-final-cta (INDEX:30) */
@import url("https://use.typekit.net/rme3yfl.css");

.deo-ts-12-final-cta {
  background-color: #AEFFB1;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}
.deo-ts-12-final-cta,
.deo-ts-12-final-cta * {
  font-family: hoss-round, serif;
}
.deo-ts-12-final-cta *,
.deo-ts-12-final-cta *::before,
.deo-ts-12-final-cta *::after {
  box-sizing: border-box;
}
.deo-ts-12-final-cta__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 76px 40px 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Heading — two-tone: Touch Grass primary line + accent line */
.deo-ts-12-final-cta__heading {
  margin: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: capitalize;
  max-width: 760px;
}
.deo-ts-12-final-cta__heading-primary,
.deo-ts-12-final-cta__heading-accent {
  display: block;
}
.deo-ts-12-final-cta__heading-primary {
  color: #24523F;
}
.deo-ts-12-final-cta__heading-accent {
  color: #24523F;
  opacity: 0.85;
}

/* Recap subtext */
.deo-ts-12-final-cta__subtext {
  color: #24523F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 18px auto 0;
  max-width: 720px;
}

/* CTA block */
.deo-ts-12-final-cta__cta-wrap {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.deo-ts-12-final-cta__cta {
  display: inline-block;
  background-color: #121212;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 12px;
  border: 1.5px solid #121212;
  box-shadow: none;
  transition: all 0.3s linear;
}
.deo-ts-12-final-cta__cta:hover {
  background-color: #ffffff;
  color: #121212;
}
.deo-ts-12-final-cta__guarantee {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #24523F;
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 0;
}
.deo-ts-12-final-cta__guarantee-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

/* Mobile reflow — single column, smaller heading, near-full-width button */
@media screen and (max-width: 749px) {
  .deo-ts-12-final-cta__inner {
    padding: 48px 16px 64px;
  }
  .deo-ts-12-final-cta__heading {
    font-size: 34px;
    max-width: 100%;
  }
  .deo-ts-12-final-cta__subtext {
    font-size: 16px;
    max-width: 100%;
  }
  .deo-ts-12-final-cta__cta-wrap {
    align-self: stretch;
  }
  .deo-ts-12-final-cta__cta {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* END_SECTION:deo-ts-12-final-cta */