.puante-home {
    --orange: #ff7a00;
    --orange-dark: #ef5d1a;
    --ink: #312720;
    --muted: #78675b;
    --cream: #fff9f2;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--cream);
  }

  .puante-home .home-main {
    overflow: hidden;
    background:
      radial-gradient(circle at 4% 22%, rgba(255, 194, 118, 0.2), transparent 18rem),
      var(--cream);
  }

  .puante-home .home-shell {
    width: min(100%, 767px);
    margin: 0 auto;
    padding: 0 18px;
  }

  .puante-home a,
  .puante-home button {
    min-height: 44px;
  }

  .puante-home .home-hero {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: clamp(520px, 78vh, 700px);
    padding: 0 20px;
    overflow: hidden;
    isolation: isolate;
    background: #e98b3b;
  }

  .puante-home .home-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .puante-home .home-hero::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(45, 23, 10, 0.38), rgba(45, 23, 10, 0.1) 52%, transparent 78%);
  }

  .puante-home .home-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: max(104px, calc(env(safe-area-inset-top) + 90px));
    text-align: center;
  }

  .puante-home .home-hero__copy {
    width: min(100%, 560px);
    margin: 0 auto;
    color: #fff;
  }

  .puante-home .home-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 8vw, 34px);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 12px rgba(35, 18, 7, 0.46);
  }

  .puante-home .home-hero__subtitle {
    margin: 14px 0 10px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.45;
    text-shadow: 0 2px 10px rgba(35, 18, 7, 0.44);
  }

  .puante-home .home-hero__description {
    max-width: 520px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    text-shadow: 0 2px 10px rgba(35, 18, 7, 0.46);
  }

  .puante-home .visual-block {
    --visual-a: #ff6a00;
    --visual-b: #ffb45f;
    --visual-c: #fff1d7;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 128px;
    color: rgba(66, 42, 25, 0.78);
    background:
      radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.92), transparent 24%),
      linear-gradient(145deg, var(--visual-c), var(--visual-b) 55%, var(--visual-a));
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 38px rgba(162, 78, 17, 0.16);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .puante-home .visual-block::before {
    position: absolute;
    inset: 10%;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: inherit;
  }

  .puante-home .visual-block span {
    position: relative;
    z-index: 1;
    max-width: 82%;
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.58);
    border-radius: 999px;
    line-height: 1.4;
  }

  .puante-home .theme-orange { --visual-a: #ff6a00; --visual-b: #ffad4d; --visual-c: #fff0ce; }
  .puante-home .theme-amber { --visual-a: #e99a00; --visual-b: #ffc85c; --visual-c: #fff5ce; }
  .puante-home .theme-coral { --visual-a: #ed654b; --visual-b: #ff9d7f; --visual-c: #ffe8db; }
  .puante-home .theme-green { --visual-a: #4a9a70; --visual-b: #8fc5a4; --visual-c: #e8f4e7; }
  .puante-home .theme-blue { --visual-a: #4d83a8; --visual-b: #86b6d0; --visual-c: #e2f1f4; }

  .puante-home .home-products {
    padding: 48px 0 28px;
    background-color: #f8f6f2;
    background-image: url('/static/images/home/products/product-background-mobile.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }

  .puante-home .home-products .home-section-pill {
    margin-bottom: 20px;
  }

  .puante-home .home-section-pill {
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto 32px;
    padding: 10px;
    color: #fff;
    background: linear-gradient(180deg, #ffad38 0%, #ff6a00 100%);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 9px 20px rgba(236, 105, 18, 0.15);
    font-size: clamp(12px, 3.4vw, 14px);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
  }

  .puante-home .home-products__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
  }

  .puante-home .home-news__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .puante-home .home-product-card,
  .puante-home .home-news-card {
    min-width: 0;
    color: inherit;
    text-decoration: none;
  }

  .puante-home .home-news-card h3 {
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .puante-home .home-news-card p {
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .puante-home .home-product-card {
    position: relative;
    display: block;
    aspect-ratio: 164 / 208;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.74);
  }

  .puante-home .home-product-card__label {
    position: absolute;
    top: 14px;
    right: 8px;
    left: 8px;
    z-index: 1;
    color: #ff6a00;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
  }

  .puante-home .home-product-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .puante-home .home-products__all {
    position: relative;
    z-index: 1;
    display: flex;
    width: max-content;
    margin: 28px auto 0;
    color: #ff6a00;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
  }

  .puante-home .home-products__all img {
    display: block;
    width: 170px;
    max-width: 62vw;
    height: auto;
  }

  .puante-home .home-news {
    padding: 46px 0 180px;
    background-color: #f8f3ed;
    background-image: url('/static/images/home/news/mobile/news-background-mobile.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }

  .puante-home .home-news .home-shell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .puante-home .home-news .home-section-pill {
    margin-bottom: 24px;
  }

  .puante-home .home-strengths {
    position: relative;
    padding: 30px 0 60px;
    background-color: #f8f3ed;
    background-image: url('/static/images/home/strengths/mobile/strengths-background-mobile.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }

  .puante-home .home-strengths::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 24px;
    content: "";
    background: linear-gradient(to bottom, rgba(248, 243, 237, 0), #f8f3ed);
    pointer-events: none;
  }

  .puante-home .home-strengths .home-shell {
    padding-right: 16px;
    padding-left: 16px;
  }

  .puante-home .home-strengths .home-section-pill {
    margin-bottom: 22px;
  }

  .puante-home .home-strengths__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .puante-home .home-strength-item {
    min-width: 0;
    text-align: center;
  }

  .puante-home .home-strength-item h3 {
    margin: 0 0 7px;
    color: #2e2925;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
  }

  .puante-home .home-strength-item p {
    max-width: 343px;
    margin: 0 auto 9px;
    color: #3f3934;
    font-size: 12px;
    line-height: 1.6;
  }

  .puante-home .home-strength-item img {
    display: block;
    width: 100%;
    max-width: 343px;
    height: auto;
    margin: 0 auto;
  }

  .puante-home .home-strength-item--research h3 {
    margin-bottom: 9px;
  }

  .puante-home .home-strengths__more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 30px auto 0;
    color: var(--orange-dark);
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
  }

  .puante-home .home-strengths__more:active {
    transform: translateY(1px);
  }

  .puante-home .home-honors {
    position: relative;
    box-sizing: border-box;
    aspect-ratio: 375 / 856;
    padding: 56px 0 0;
    background-color: #f8f3ed;
    background-image: url('/static/images/home/honors/mobile/honors-background-mobile.png');
    background-repeat: no-repeat;
    background-position: center 56px;
    background-size: 100% auto;
  }

  .puante-home .home-honors .home-section-pill {
    margin-bottom: 30px;
  }

  .puante-home .home-news-card {
    display: flex;
    min-width: 0;
    padding: 14px 14px 16px;
    overflow: hidden;
    flex-direction: column;
    background: #fff;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(98, 59, 30, 0.08);
  }

  .puante-home .home-news-card__media {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 11px;
    background: #f0ebe5;
  }

  .puante-home .home-news-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .puante-home .home-news-card__media--orange {
    background: #e9833f;
  }

  .puante-home .home-news-card__media--amber {
    background: #d5a13f;
  }

  .puante-home .home-news-card__media--coral {
    background: #c96e58;
  }

  .puante-home .home-news-card__body {
    display: flex;
    min-width: 0;
    min-height: 116px;
    padding: 12px 2px 0;
    flex: 1;
    flex-direction: column;
  }

  .puante-home .home-news-card time {
    color: #9b9189;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
  }

  .puante-home .home-news-card h3 {
    margin: 6px 0 12px;
    color: #2d241f;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
  }

  .puante-home .home-news-card__more {
    align-self: flex-end;
    margin-top: auto;
    color: var(--orange-dark);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
  }

  .puante-home .home-product-card:focus-visible,
  .puante-home .home-strengths__more:focus-visible,
  .puante-home .home-news-card:focus-visible {
    outline: 3px solid #3d76b8;
    outline-offset: 3px;
  }

  @media (max-width: 360px) {
    .puante-home .home-shell {
      padding-right: 12px;
      padding-left: 12px;
    }

    .puante-home .home-products__grid {
      gap: 10px;
    }

    .puante-home .home-product-card__label {
      font-size: 13px;
    }

    .puante-home .home-news-card__body {
      min-height: 112px;
    }

    .puante-home .home-news .home-shell {
      padding-right: 12px;
      padding-left: 12px;
    }
  }
