/** Shopify CDN: Minification failed

Line 1310:10 Unexpected "{"
Line 1310:19 Expected ":"
Line 1311:16 Expected identifier but found whitespace
Line 1311:18 Unexpected "{"
Line 1311:27 Expected ":"
Line 1311:78 Expected ":"
Line 1312:19 Expected identifier but found whitespace
Line 1312:21 Unexpected "{"
Line 1312:30 Expected ":"
Line 1312:84 Expected ":"
... and 10 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:first-teapot-pathways (INDEX:17) */
.first-teapot-pathways__intro {
    max-width: 78rem;
    margin-bottom: 3.2rem;
  }

  .first-teapot-pathways__intro .title {
    max-width: 16ch;
    margin: 0;
  }

  .first-teapot-pathways__subheading {
    max-width: 72rem;
    margin-top: 1.6rem;
  }

  .first-teapot-pathways__subheading p {
    margin: 0;
  }

  .first-teapot-pathways__intro-actions {
    margin-top: 1.8rem;
  }

  .first-teapot-pathways__trust-anchor {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 600;
    text-decoration: none;
  }

  .first-teapot-pathways__trust-anchor .svg-wrapper {
    width: 1.4rem;
    height: 1.4rem;
  }

  .first-teapot-pathways__grid {
    display: grid;
    gap: 1.6rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .first-teapot-pathways__card-link {
    display: block;
    height: 100%;
  }

  .first-teapot-pathways__card-link--disabled {
    cursor: default;
  }

  .first-teapot-pathways__card {
    height: 100%;
    border-radius: 2.4rem;
    border: 0.1rem solid rgba(18, 18, 18, 0.08);
    box-shadow: 0 1.6rem 4rem rgba(18, 18, 18, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .first-teapot-pathways__card-inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 2.4rem;
    gap: 1.8rem;
  }

  .first-teapot-pathways__card-link:hover .first-teapot-pathways__card,
  .first-teapot-pathways__card-link:focus-visible .first-teapot-pathways__card {
    transform: translateY(-0.4rem);
    box-shadow: 0 2.2rem 5rem rgba(18, 18, 18, 0.12);
    border-color: rgba(18, 18, 18, 0.16);
  }

  .first-teapot-pathways__index {
    margin: 0;
    opacity: 0.7;
  }

  .first-teapot-pathways__copy h3 {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .first-teapot-pathways__copy .rte p {
    margin-top: 0;
    margin-bottom: 0;
  }

  .first-teapot-pathways__footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .first-teapot-pathways__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 600;
  }

  .first-teapot-pathways__cta .svg-wrapper {
    width: 1.4rem;
    height: 1.4rem;
  }

  .first-teapot-pathways__editor-note {
    margin: 0;
    opacity: 0.7;
  }

  .first-teapot-pathways__trust-wrap {
    margin-top: 2.4rem;
    scroll-margin-top: 12rem;
    outline: none;
  }

  .first-teapot-pathways__trust-heading {
    margin: 0 0 1rem;
    opacity: 0.8;
  }

  .first-teapot-pathways__trust-strip {
    display: grid;
    gap: 1rem;
    padding: 1.6rem 1.8rem;
    border-radius: 2rem;
    border: 0.1rem solid rgba(18, 18, 18, 0.08);
    box-shadow: 0 1rem 3rem rgba(18, 18, 18, 0.06);
  }

  .first-teapot-pathways__trust-item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
  }

  .first-teapot-pathways__trust-item p {
    margin: 0;
    line-height: 1.5;
  }

  .first-teapot-pathways__trust-dot {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.55rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.65;
  }

  @media screen and (min-width: 750px) {
    .first-teapot-pathways__intro {
      margin-bottom: 4rem;
    }

    .first-teapot-pathways__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 2rem;
    }

    .first-teapot-pathways__card-inner {
      padding: 3rem;
      gap: 2rem;
    }

    .first-teapot-pathways__trust-wrap {
      margin-top: 3rem;
    }

    .first-teapot-pathways__trust-strip {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.4rem;
      padding: 2rem 2.2rem;
    }
  }
/* END_SECTION:first-teapot-pathways */

/* START_SECTION:main-maker-profile (INDEX:34) */
.maker-profile__intro,
  .maker-profile__empty {
    border-radius: 2.4rem;
    padding: 2.4rem;
  }

  .maker-profile__intro-grid {
    display: grid;
    gap: 2rem;
  }

  .maker-profile__intro-grid--with-image {
    align-items: start;
  }

  .maker-profile__image-wrap,
  .maker-profile__gallery-item {
    border-radius: 2rem;
    overflow: hidden;
    background: rgba(18, 18, 18, 0.04);
  }

  .maker-profile__image,
  .maker-profile__gallery-image {
    display: block;
    width: 100%;
    height: auto;
  }

  .maker-profile__eyebrow {
    margin: 0;
    font-size: 1.2rem;
    letter-spacing: 0.18rem;
    text-transform: uppercase;
    color: rgba(18, 18, 18, 0.56);
  }

  .maker-profile__name-alt {
    margin: 0.8rem 0 0;
    color: rgba(18, 18, 18, 0.72);
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .maker-profile__copy {
    margin-top: 1.6rem;
  }

  .maker-profile__copy p {
    margin: 0;
  }

  .maker-profile__details {
    display: grid;
    gap: 1.2rem;
    margin-top: 2rem;
    padding: 1.8rem;
    border-radius: 1.8rem;
    border: 0.1rem solid rgba(18, 18, 18, 0.08);
  }

  .maker-profile__detail {
    display: grid;
    gap: 0.4rem;
  }

  .maker-profile__detail-label {
    margin: 0;
    font-size: 1.1rem;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    color: rgba(18, 18, 18, 0.56);
  }

  .maker-profile__detail-value {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .maker-profile__gallery {
    display: grid;
    gap: 1.2rem;
    margin-top: 2.4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .maker-profile__products {
    margin-top: 3.2rem;
  }

  .maker-profile__products-header {
    margin-bottom: 2rem;
  }

  @media screen and (min-width: 750px) {
    .maker-profile__intro {
      padding: 3.2rem;
    }

    .maker-profile__intro-grid--with-image {
      grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    }

    .maker-profile__details {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .maker-profile__gallery {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.6rem;
    }
  }
/* END_SECTION:main-maker-profile */

/* START_SECTION:path-bottom-cta (INDEX:47) */
.path-bottom-cta__card {
    display: grid;
    gap: 2rem;
    padding: 2.4rem;
    border-radius: 2.4rem;
    border: 0.1rem solid rgba(18, 18, 18, 0.08);
  }

  .path-bottom-cta__copy {
    display: grid;
    gap: 1rem;
  }

  .path-bottom-cta__copy .title,
  .path-bottom-cta__body p {
    margin: 0;
  }

  .path-bottom-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  @media screen and (min-width: 750px) {
    .path-bottom-cta__card {
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      padding: 3rem;
    }
  }
/* END_SECTION:path-bottom-cta */

/* START_SECTION:path-education (INDEX:48) */
.path-education__header {
    display: grid;
    gap: 1.2rem;
    margin-bottom: 2.4rem;
    max-width: 72rem;
  }

  .path-education__header .title,
  .path-education__intro p {
    margin: 0;
  }

  .path-education__grid {
    display: grid;
    gap: 1.6rem;
  }

  .path-education__item {
    border-radius: 2rem;
    border: 0.1rem solid rgba(18, 18, 18, 0.08);
    overflow: hidden;
  }

  .path-education__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.6rem;
    list-style: none;
    cursor: pointer;
    padding: 2rem;
  }

  .path-education__summary::-webkit-details-marker {
    display: none;
  }

  .path-education__summary h3,
  .path-education__copy p {
    margin: 0;
  }

  .path-education__kicker {
    margin: 0 0 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.14rem;
    font-size: 1.1rem;
    opacity: 0.72;
  }

  .path-education__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 999px;
    font-size: 2rem;
    font-weight: 600;
    opacity: 0.8;
    line-height: 1;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .path-education__item[open] .path-education__toggle {
    transform: rotate(180deg);
  }

  .path-education__body {
    display: grid;
    gap: 1.4rem;
    padding: 0 2rem 2rem;
  }

  .path-education__image {
    width: 100%;
    border-radius: 1.6rem;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  @media screen and (min-width: 990px) {
    .path-education__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      align-items: start;
    }

    .path-education__item {
      height: 100%;
    }
  }
/* END_SECTION:path-education */

/* START_SECTION:path-faq (INDEX:49) */
.path-faq__header {
    display: grid;
    gap: 1.2rem;
    margin-bottom: 2rem;
    max-width: 72rem;
  }

  .path-faq__header .title,
  .path-faq__intro p,
  .path-faq__answer p {
    margin: 0;
  }

  .path-faq__items {
    display: grid;
    gap: 1rem;
  }

  .path-faq__item {
    border-radius: 1.6rem;
    border: 0.1rem solid rgba(18, 18, 18, 0.08);
    overflow: hidden;
  }

  .path-faq__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.6rem;
    list-style: none;
    cursor: pointer;
    padding: 1.8rem;
  }

  .path-faq__summary::-webkit-details-marker {
    display: none;
  }

  .path-faq__toggle {
    width: 1.4rem;
    height: 1.4rem;
    flex: 0 0 1.4rem;
    position: relative;
    opacity: 0.72;
  }

  .path-faq__toggle::before {
    content: '';
    position: absolute;
    inset: 50% auto auto 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 0.1rem solid currentColor;
    border-bottom: 0.1rem solid currentColor;
    transform: translate(-50%, -65%) rotate(45deg);
    transform-origin: center;
    transition: transform 0.2s ease;
  }

  .path-faq__answer {
    padding: 0 1.8rem 1.8rem;
  }

  .path-faq__item[open] .path-faq__toggle::before {
    transform: translate(-50%, -35%) rotate(-135deg);
  }

  .path-faq__footer {
    margin-top: 1.8rem;
  }
/* END_SECTION:path-faq */

/* START_SECTION:path-hero (INDEX:50) */
.path-hero__grid {
    display: grid;
    gap: 2.4rem;
    align-items: center;
  }

  .path-hero__content {
    display: grid;
    gap: 1.6rem;
  }

  .path-hero__eyebrow {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    font-size: 1.2rem;
    font-weight: 600;
    opacity: 0.75;
  }

  .path-hero__content .title {
    margin: 0;
    max-width: 14ch;
  }

  .path-hero__subheading p,
  .path-hero__benefit {
    margin: 0;
  }

  .path-hero__benefit {
    font-size: 1.7rem;
    line-height: 1.5;
    opacity: 0.82;
    max-width: 60rem;
  }

  .path-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .path-hero__promises {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .path-hero__promise {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    border: 0.1rem solid rgba(18, 18, 18, 0.12);
    font-size: 1.2rem;
  }

  .path-hero__media {
    width: 100%;
    border-radius: 2.4rem;
  }

  .path-hero__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    min-height: 28rem;
    max-height: 42rem;
    align-self: start;
  }

  .path-hero__image {
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .path-hero__image {
    display: block;
    object-fit: cover;
  }

  @media screen and (min-width: 990px) {
    .path-hero__grid {
      grid-template-columns: minmax(0, 1.1fr) minmax(28rem, 0.9fr);
      gap: 4rem;
    }

    .path-hero__grid--no-media {
      grid-template-columns: minmax(0, 1fr);
    }

    .path-hero__media {
      aspect-ratio: 5 / 4;
      min-height: 32rem;
      max-height: 46rem;
    }
  }
/* END_SECTION:path-hero */

/* START_SECTION:path-products (INDEX:51) */
.path-products__header {
    display: grid;
    gap: 1.2rem;
    margin-bottom: 2.4rem;
    max-width: 72rem;
  }

  .path-products__header .title,
  .path-products__intro p,
  .path-products__copy h3,
  .path-products__facts p {
    margin: 0;
  }

  .path-products__view-more {
    display: inline-flex;
    width: fit-content;
    margin-top: -0.4rem;
    font-weight: 600;
  }

  .path-products__grid {
    display: grid;
    gap: 1.6rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .path-products__empty {
    margin: 1rem 0 0;
    color: rgba(18, 18, 18, 0.6);
  }

  .path-products__toggle {
    margin-top: 1.8rem;
  }

  .path-products__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 1.6rem;
  }

  .path-products__page-nav {
    border: 0;
    background: transparent;
    padding: 0;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 999px;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    color: rgba(18, 18, 18, 0.86);
  }

  .path-products__page-nav:disabled {
    opacity: 0.3;
    cursor: default;
  }

  .path-products__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
  }

  .path-products__dot {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: rgba(18, 18, 18, 0.18);
    cursor: pointer;
  }

  .path-products__dot.is-active {
    background: rgba(18, 18, 18, 0.82);
  }

  .path-products__card {
    display: grid !important;
    grid-template-rows: auto 1fr;
    height: 100%;
    align-content: start;
    border-radius: 2rem;
    overflow: hidden;
    border: 0.1rem solid rgba(18, 18, 18, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
    scroll-snap-align: start;
  }

  .path-products__card:hover,
  .path-products__card:focus-visible {
    transform: translateY(-0.4rem);
    box-shadow: 0 1.8rem 4rem rgba(18, 18, 18, 0.1);
  }

  .path-products__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  .path-products__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .path-products__copy {
    display: grid;
    align-content: start;
    gap: 0.9rem;
    padding: 1.6rem;
  }

  .path-products__copy h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .path-products__label {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
    opacity: 0.7;
  }

  .path-products__facts {
    display: grid;
    gap: 0.6rem;
  }

  .path-products__facts strong {
    font-weight: 600;
  }

  .path-products__cta {
    font-weight: 600;
  }

  @media screen and (min-width: 750px) {
    .path-products__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media screen and (min-width: 990px) {
    .path-products__grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
/* END_SECTION:path-products */

/* START_SECTION:path-trust (INDEX:52) */
.path-trust__details {
    border: 0;
    background: transparent;
  }

  .path-trust__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.6rem;
    list-style: none;
    cursor: pointer;
    padding: 0 0 1.8rem;
    border-bottom: 0.1rem solid rgba(18, 18, 18, 0.12);
  }

  .path-trust__summary::-webkit-details-marker {
    display: none;
  }

  .path-trust__eyebrow,
  .path-trust__review,
  .path-trust__item p {
    margin: 0;
  }

  .path-trust__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14rem;
    font-size: 1.1rem;
    opacity: 0.72;
    margin-bottom: 0.6rem;
  }

  .path-trust__toggle {
    width: 1.6rem;
    height: 1.6rem;
    flex: 0 0 1.6rem;
    position: relative;
    opacity: 0.72;
  }

  .path-trust__toggle::before {
    content: '';
    position: absolute;
    inset: 50% auto auto 50%;
    width: 0.65rem;
    height: 0.65rem;
    border-right: 0.1rem solid currentColor;
    border-bottom: 0.1rem solid currentColor;
    transform: translate(-50%, -65%) rotate(45deg);
    transform-origin: center;
    transition: transform 0.2s ease;
  }

  .path-trust__body {
    display: grid;
    gap: 1.6rem;
    padding: 1.8rem 0 0;
  }

  .path-trust__items {
    display: grid;
    gap: 1.2rem;
  }

  .path-trust__item {
    padding: 1.6rem;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.56);
  }

  .path-trust__item h3 {
    margin: 0 0 0.8rem;
  }

  .path-trust__review {
    padding: 1.6rem;
    border-left: 0.3rem solid currentColor;
    opacity: 0.82;
  }

  .path-trust__details[open] .path-trust__toggle::before {
    transform: translate(-50%, -35%) rotate(-135deg);
  }

  @media screen and (min-width: 750px) {
    .path-trust__items {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
/* END_SECTION:path-trust */

/* START_SECTION:path-visual-cards (INDEX:53) */
.path-visual-cards {
    --path-visual-card-media-height: clamp(16rem, 22vw, 18rem);
  }

  .path-visual-cards__header {
    display: grid;
    gap: 1.2rem;
    margin-bottom: 2.4rem;
    max-width: 72rem;
  }

  .path-visual-cards__header .title,
  .path-visual-cards__intro p,
  .path-visual-cards__copy h3,
  .path-visual-cards__copy .rte p {
    margin: 0;
  }

  .path-visual-cards__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-bottom: 1.8rem;
  }

  .path-visual-cards__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4.2rem;
    padding: 1rem 1.4rem;
    border-radius: 999px;
    border: 0.1rem solid rgba(18, 18, 18, 0.12);
    background: rgba(255, 255, 255, 0.92);
    color: rgba(18, 18, 18, 0.75);
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    font-size: 1.2rem;
  }

  .path-visual-cards__tab:focus-visible {
    outline: 0.15rem solid rgba(18, 18, 18, 0.35);
    outline-offset: 0.2rem;
  }

  .path-visual-cards__tab--disabled {
    cursor: default;
    opacity: 0.55;
  }

  .path-visual-cards__tab[aria-selected='true'] {
    background: #171717;
    color: #ffffff;
    border-color: #171717;
  }

  .path-visual-cards__panel {
    display: grid;
    gap: 1rem;
    padding: 2rem 2.2rem;
    border-radius: 2rem;
    border: 0.1rem solid rgba(18, 18, 18, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 246, 242, 0.98));
  }

  .path-visual-cards__panel-label,
  .path-visual-cards__panel-title,
  .path-visual-cards__panel-body,
  .path-visual-cards__panel-result {
    margin: 0;
  }

  .path-visual-cards__panel-label {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
    opacity: 0.62;
  }

  .path-visual-cards__panel-title {
    font-size: clamp(2.2rem, 2.1vw, 2.8rem);
    line-height: 1.15;
    max-width: 18ch;
  }

  .path-visual-cards__panel-body {
    font-size: 1.45rem;
    line-height: 1.45;
    color: rgba(18, 18, 18, 0.7);
    max-width: 70rem;
  }

  .path-visual-cards__panel-result {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 0.6rem;
    font-weight: 600;
    color: rgba(18, 18, 18, 0.82);
  }

  .path-visual-cards__panel-result::after {
    content: '→';
    font-size: 1.5rem;
    line-height: 1;
  }
/* END_SECTION:path-visual-cards */

/* START_SECTION:product-maker-trust-card (INDEX:56) */
.product-maker-trust-card__panel {
    border-radius: 2.4rem;
    padding: 2rem;
    border: 0.1rem solid rgba(18, 18, 18, 0.08);
    box-shadow: 0 1.6rem 4rem rgba(18, 18, 18, 0.08);
  }

  .product-maker-trust-card__details {
    display: block;
  }

  .product-maker-trust-card__details > summary {
    list-style: none;
  }

  .product-maker-trust-card__details > summary::-webkit-details-marker {
    display: none;
  }

  .product-maker-trust-card__summary {
    display: grid;
    gap: 1.8rem;
    cursor: pointer;
  }

  .product-maker-trust-card__eyebrow,
  .product-maker-trust-card__summary-text,
  .product-maker-trust-card__sticky-label,
  .product-maker-trust-card__sticky-title,
  .product-maker-trust-card__sticky-price,
  .product-maker-trust-card__guidance-label,
  .product-maker-trust-card__guidance-value,
  .product-maker-trust-card__faq-answer p,
  .product-maker-trust-card__name-alt,
  .product-maker-trust-card__relationship {
    margin: 0;
  }

  .product-maker-trust-card__eyebrow,
  .product-maker-trust-card__sticky-label,
  .product-maker-trust-card__guidance-label {
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.7;
  }

  .product-maker-trust-card__summary-copy .title {
    margin: 0;
  }

  .product-maker-trust-card__summary-text {
    margin-top: 1rem;
    max-width: 72rem;
    line-height: 1.6;
  }

  .product-maker-trust-card__summary-tags,
  .product-maker-trust-card__facts,
  .product-maker-trust-card__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .product-maker-trust-card__summary-tags {
    margin-top: 1.4rem;
  }

  .product-maker-trust-card__summary-tag,
  .product-maker-trust-card__fact {
    display: inline-flex;
    align-items: center;
    min-height: 3.2rem;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    background: rgba(18, 18, 18, 0.06);
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .product-maker-trust-card__summary-action {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    justify-self: start;
    font-weight: 600;
  }

  .product-maker-trust-card__details[open] .product-maker-trust-card__summary-action .svg-wrapper {
    transform: rotate(180deg);
  }

  .product-maker-trust-card__details-body {
    display: grid;
    gap: 2.4rem;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: 0.1rem solid rgba(18, 18, 18, 0.08);
  }

  .product-maker-trust-card__subheading {
    margin: 0 0 1.6rem;
  }

  .product-maker-trust-card__guidance-grid {
    display: grid;
    gap: 1.2rem;
  }

  .product-maker-trust-card__guidance-item {
    padding: 1.4rem 1.6rem;
    border-radius: 1.8rem;
    background: rgba(18, 18, 18, 0.04);
  }

  .product-maker-trust-card__guidance-value {
    margin-top: 0.6rem;
    line-height: 1.6;
  }

  .product-maker-trust-card__content {
    display: grid;
    gap: 2.4rem;
  }

  .product-maker-trust-card__portrait,
  .product-maker-trust-card__proof-item,
  .product-maker-trust-card__sticky-media {
    overflow: hidden;
    background: rgba(18, 18, 18, 0.04);
  }

  .product-maker-trust-card__portrait,
  .product-maker-trust-card__proof-item {
    border-radius: 1.8rem;
  }

  .product-maker-trust-card__sticky-media {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 1.2rem;
    flex: 0 0 auto;
  }

  .product-maker-trust-card__portrait-image,
  .product-maker-trust-card__proof-image,
  .product-maker-trust-card__sticky-image {
    display: block;
    width: 100%;
    height: auto;
  }

  .product-maker-trust-card__sticky-image {
    height: 100%;
    object-fit: cover;
  }

  .product-maker-trust-card__name {
    margin: 0;
  }

  .product-maker-trust-card__name-alt {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.5;
    opacity: 0.72;
  }

  .product-maker-trust-card__relationship {
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .product-maker-trust-card__facts {
    margin-top: 1.6rem;
  }

  .product-maker-trust-card__copy {
    margin-top: 1.6rem;
  }

  .product-maker-trust-card__copy p {
    margin: 0;
    line-height: 1.7;
  }

  .product-maker-trust-card__proof-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-maker-trust-card__proof-item:first-child:last-child,
  .product-maker-trust-card__proof-item:nth-child(3):last-child {
    grid-column: 1 / -1;
  }

  .product-maker-trust-card__faq-list {
    display: grid;
    gap: 1rem;
  }

  .product-maker-trust-card__faq-item {
    border-radius: 1.8rem;
    border: 0.1rem solid rgba(18, 18, 18, 0.08);
    background: rgba(255, 255, 255, 0.3);
  }

  .product-maker-trust-card__faq-item > summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    padding: 1.6rem 1.8rem;
    font-weight: 600;
  }

  .product-maker-trust-card__faq-item > summary::-webkit-details-marker {
    display: none;
  }

  .product-maker-trust-card__faq-item[open] .svg-wrapper {
    transform: rotate(180deg);
  }

  .product-maker-trust-card__faq-answer {
    display: grid;
    gap: 1rem;
    padding: 0 1.8rem 1.8rem;
    line-height: 1.6;
  }

  .product-maker-trust-card__cta-row {
    gap: 1.2rem;
  }

  .product-maker-trust-card__sticky-summary {
    display: grid;
    gap: 1.4rem;
    margin-top: 2.4rem;
    padding: 1.4rem;
    border-radius: 2rem;
    border: 0.1rem solid rgba(18, 18, 18, 0.08);
    background: rgba(255, 255, 255, 0.66);
    backdrop-filter: blur(1.2rem);
    position: sticky;
    bottom: 1rem;
    z-index: 2;
  }

  .product-maker-trust-card__sticky-copy {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }

  .product-maker-trust-card__sticky-title {
    font-weight: 600;
    line-height: 1.5;
  }

  .product-maker-trust-card__sticky-price {
    margin-top: 0.4rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  @media screen and (min-width: 750px) {
    .product-maker-trust-card__panel {
      padding: 3.2rem;
    }

    .product-maker-trust-card__summary {
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: end;
    }

    .product-maker-trust-card__details-body {
      gap: 3rem;
      margin-top: 3rem;
      padding-top: 3rem;
    }

    .product-maker-trust-card__guidance-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.6rem;
    }

    .product-maker-trust-card__content--with-portrait {
      grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
      align-items: start;
    }

    .product-maker-trust-card__proof-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.6rem;
    }

    .product-maker-trust-card__proof-item:first-child:last-child,
    .product-maker-trust-card__proof-item:nth-child(3):last-child {
      grid-column: auto;
    }

    .product-maker-trust-card__sticky-summary {
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 2rem;
      bottom: 1.6rem;
    }
  }
/* END_SECTION:product-maker-trust-card */

/* START_SECTION:task7-hero-quick-path (INDEX:61) */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  .task7-hero {
    display: grid;
    gap: 24px;
    grid-template-columns: 1.45fr 1fr;
    align-items: center;
    margin-bottom: 28px;
  }

  .task7-eyebrow {
    margin: 0;
    font-weight: 600;
    opacity: .8;
  }

  .task7-subheading {
    margin-top: 12px;
    max-width: 62ch;
  }

  .task7-subheading p {
    margin: 0;
  }

  .task7-ctas {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .task7-btn {
    text-decoration: none;
    border: 1px solid rgba(23, 23, 23, .25);
    border-radius: 999px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .task7-btn--primary { background: #171717; color: #fff; }
  .task7-btn--primary:hover { opacity: .95; }
  .task7-btn--secondary { background: transparent; }

  .task7-badges {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .task7-badges span {
    font-size: 1.2rem;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(23, 23, 23, .2);
  }

  .task7-hero-media,
  .task7-hero-media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
    min-height: 280px;
    object-fit: cover;
  }

  .task7-placeholder {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
    background: linear-gradient(135deg, #efe5db, #f6f0ea);
  }

  .task7-section-title { font-size: 2.4rem; margin: 24px 0; }

  .task7-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .task7-card-link { text-decoration: none; display: block; }
  .task7-card-link--button {
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
  }
  .task7-card {
    border-radius: 14px;
    border: 1px solid #ece5dd;
    background: var(--gradient-background, #fff);
    overflow: hidden;
    min-height: 100%;
  }

  .task7-card-media {
    width: min(100%, 20rem);
    aspect-ratio: 4 / 3;
    margin: 0 auto;
    overflow: hidden;
    background: linear-gradient(130deg, #f0e8dc, #f7f2ec);
  }

  .task7-card img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .task7-card img {
    object-fit: cover;
    object-position: center;
  }

  .task7-card-copy {
    padding: 10px 14px;
  }

  .task7-card-copy h3 { margin: 0 0 6px; }
  .task7-card-copy .rte p { margin: 0; }

  .task7-link {
    display: inline-flex;
    margin-top: 8px;
    text-decoration: underline;
  }

  @media screen and (max-width: 749px) {
    .task7-hero {
      grid-template-columns: 1fr;
    }

    .task7-hero-media img,
    .task7-hero-media {
      min-height: 200px;
      aspect-ratio: 16 / 10;
    }

    .task7-grid {
      grid-template-columns: 1fr;
    }
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }

    .task7-hero { grid-template-columns: 1.45fr 1fr; }
    .task7-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  }
/* END_SECTION:task7-hero-quick-path */