/*
 * Home-only visual system inspired by Pocari's clear blue/white composition.
 * Existing content, Theme Options, WooCommerce data and interactions remain unchanged.
 */
body.home {
  --ion-blue: #0f3bb5;
  --ion-blue-deep: #062786;
  --ion-blue-bright: #1762dc;
  --ion-blue-soft: #e9f3ff;
  --ion-blue-pale: #f5faff;
  --ion-green: #1c8a55;
  --ion-green-dark: #116b40;
  --ion-ink: #102c59;
  --ion-muted: #5f7190;
  --ion-line: #cfe0fa;
  --ion-white: #fff;
  color: var(--ion-ink);
  background: var(--ion-white);
  overflow-x: hidden;
}

body.home :where(a, button, input):focus-visible {
  outline: 3px solid #ffdc45;
  outline-offset: 3px;
}

body.home .xdn-wrap {
  width: min(1240px, calc(100% - 48px));
}

body.home .xdn-topbar {
  height: 32px;
  padding: 0 24px;
  background: var(--ion-blue-deep);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .09em;
}

body.home .xdn-topbar-slider {
  height: 32px;
}

body.home .xdn-header {
  top: 0;
  background: rgba(255, 255, 255, .97);
  border-bottom: 3px solid var(--ion-blue);
  box-shadow: 0 4px 20px rgba(15, 59, 181, .08);
  backdrop-filter: blur(16px);
}

body.home .xdn-header-row {
  min-height: 72px;
  gap: 30px;
}

body.home .xdn-brand {
  color: var(--ion-blue);
}

body.home .xdn-brand img {
  max-width: 170px;
  max-height: 54px;
}

body.home .xdn-nav {
  margin-left: auto;
}

body.home .xdn-nav > ul {
  gap: clamp(18px, 2vw, 32px);
}

body.home .xdn-nav > ul > li > a {
  color: var(--ion-blue-deep);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}

body.home .xdn-nav > ul > li > a::after {
  background: var(--ion-green);
}

body.home .xdn-header-actions {
  gap: 10px;
}

body.home .xdn-search-toggle,
body.home .xdn-mini-cart-toggle,
body.home .xdn-mobile-nav-toggle {
  border-color: var(--ion-line);
  color: var(--ion-blue);
  background: #fff;
}

body.home .xdn-mini-cart-toggle {
  border-color: var(--ion-green);
  background: var(--ion-green);
  color: #fff;
  box-shadow: 0 8px 20px rgba(28, 138, 85, .2);
}

body.home .xdn-mini-cart-count {
  background: #fff;
  color: var(--ion-green-dark);
}

body.home main {
  background: #fff;
}

body.home .xdn-hero-slider {
  background: var(--ion-blue-deep);
  isolation: isolate;
}

body.home .xdn-hero-slider::before,
body.home .xdn-hero-slider::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
  border: 52px solid rgba(255, 255, 255, .08);
}

body.home .xdn-hero-slider::before {
  width: 620px;
  height: 620px;
  right: -280px;
  top: -330px;
}

body.home .xdn-hero-slider::after {
  width: 420px;
  height: 420px;
  left: -230px;
  bottom: -300px;
}

body.home .xdn-hero-track {
  position: relative;
  z-index: 0;
}

body.home .xdn-hero-slide {
  position: relative;
  background-position: center;
  background-size: cover;
}

body.home .xdn-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(6, 39, 134, .96) 0%, rgba(15, 59, 181, .82) 43%, rgba(15, 59, 181, .28) 76%, rgba(15, 59, 181, .12) 100%),
    linear-gradient(180deg, rgba(15, 59, 181, .06), rgba(6, 39, 134, .32));
}

body.home .hero__slide-wrapper.hero__slide-wrapper--full {
  position: relative;
  z-index: 2;
  height: min(690px, calc(100dvh - 104px));
  min-height: 580px;
  max-height: 690px;
  padding: 72px 0 92px;
}

body.home .hero.hb_hero_banner.section-bg .hero__content {
  width: min(600px, 52%);
  margin: 0;
  padding: 0;
  text-align: left;
}

body.home .hero.hb_hero_banner.section-bg .xdn-wrap {
  width: 100%;
  padding-inline: max(32px, calc((100vw - 1240px) / 2));
}

body.home .hero.hb_hero_banner.section-bg .xdn-hero-grid {
  min-height: 100%;
}

body.home .hero.hb_hero_banner.section-bg .xdn-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #fff;
  text-align: left;
  font-weight: 700;
  letter-spacing: .14em;
}

body.home .hero.hb_hero_banner.section-bg .xdn-eyebrow::before {
  content: "";
  width: 32px;
  height: 3px;
  background: var(--ion-green);
}

body.home .hero.hb_hero_banner.section-bg h1 {
  max-width: 12ch;
  margin: 0 0 20px;
  color: #fff;
  text-align: left;
  font-size: clamp(48px, 5.3vw, 76px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
  text-shadow: 0 5px 24px rgba(3, 22, 75, .22);
}

body.home .hero.hb_hero_banner.section-bg .xdn-muted {
  max-width: 52ch;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
}

body.home .hero.hb_hero_banner.section-bg .xdn-actions {
  justify-content: flex-start;
  margin-top: 28px;
}

body.home .xdn-cta,
body.home .xdn-product-card__cta,
body.home .hb_customer-testimonials__product-quick--btn {
  border: 1px solid var(--ion-green);
  border-radius: 999px;
  background: var(--ion-green);
  color: #fff;
  font-weight: 700;
  letter-spacing: .035em;
  box-shadow: 0 10px 22px rgba(28, 138, 85, .18);
}

body.home .xdn-cta:hover,
body.home .xdn-product-card__cta:hover,
body.home .hb_customer-testimonials__product-quick--btn:hover {
  border-color: var(--ion-green-dark);
  background: var(--ion-green-dark);
  color: #fff;
  transform: translateY(-2px);
}

body.home .xdn-hero-controls {
  z-index: 4;
  width: min(1360px, calc(100% - 36px));
}

body.home .xdn-hero-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .7);
  background: rgba(6, 39, 134, .46);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

body.home .xdn-hero-controls button:hover {
  background: var(--ion-green);
}

body.home .xdn-hero-dots {
  z-index: 4;
  bottom: 28px;
}

body.home .xdn-hero-dots button {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background: transparent;
}

body.home .xdn-hero-dots button.is-active {
  width: 34px;
  border-color: var(--ion-green);
  background: var(--ion-green);
}

body.home main > .xdn-section,
body.home .custom-meet-image-with-text {
  position: relative;
  overflow: hidden;
}

body.home .xdn-featured-products {
  padding: 96px 0 104px;
  background:
    radial-gradient(circle at 0 0, rgba(23, 98, 220, .08), transparent 34%),
    linear-gradient(180deg, #fff 0%, var(--ion-blue-pale) 100%);
}

body.home .xdn-featured-products::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -360px;
  bottom: -340px;
  border: 64px solid rgba(15, 59, 181, .05);
  border-radius: 50%;
}

body.home .xdn-featured-products .xdn-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.home .featured-products__header {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

body.home .xdn-featured-products .featured-products__header .sub_title,
body.home .custom-meet-image-with-text .subheading,
body.home .blog-articles__eyebrow {
  margin-bottom: 12px;
  color: var(--ion-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.home .xdn-featured-products .featured-products__header h2,
body.home .hb_customer-testimonials__title,
body.home .blog-articles__title {
  color: var(--ion-blue-deep);
  font-size: clamp(36px, 4.4vw, 62px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.04em;
}

body.home .xdn-featured-products .xdn-featured-controls {
  top: -96px;
}

body.home .xdn-featured-products .xdn-featured-controls button {
  border-color: var(--ion-line);
  background: #fff;
  color: var(--ion-blue);
}

body.home .xdn-featured-products .xdn-featured-controls button:hover {
  border-color: var(--ion-blue);
  background: var(--ion-blue);
  color: #fff;
}

body.home .xdn-featured-products .xdn-featured-track {
  gap: 20px;
  justify-content: center;
}

body.home .xdn-featured-products .xdn-featured-track .xdn-card {
  flex: 0 0 286px;
  width: 286px;
  max-width: 286px;
}

body.home .xdn-featured-products .xdn-product-card {
  border: 1px solid var(--ion-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 59, 181, .08);
  overflow: hidden;
}

body.home .xdn-featured-products .xdn-product-card:hover {
  border-color: rgba(15, 59, 181, .4);
  box-shadow: 0 24px 48px rgba(15, 59, 181, .15);
  transform: translateY(-7px);
}

body.home .xdn-featured-products .xdn-product-card__image {
  aspect-ratio: 1 / 1;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(233, 243, 255, .9), rgba(255, 255, 255, .4)),
    #fff;
}

body.home .xdn-featured-products .xdn-product-card__image img {
  object-fit: contain;
  filter: drop-shadow(0 16px 14px rgba(15, 59, 181, .12));
}

body.home .xdn-featured-products .xdn-product-card__body {
  padding: 20px 20px 24px;
}

body.home .xdn-featured-products .xdn-product-card h3 {
  min-height: 2.7em;
  color: var(--ion-blue-deep);
  font-size: 17px;
  line-height: 1.35;
}

body.home .xdn-featured-products .xdn-product-card .xdn-points {
  color: var(--ion-green-dark) !important;
  font-size: 15px;
  font-weight: 800;
}

body.home .xdn-product-card__cta {
  display: inline-flex;
  justify-content: center;
  min-width: 118px;
  margin-top: 12px;
  padding: 10px 18px;
}

body.home .xdn-featured-footer-link {
  margin-top: 42px;
}

body.home .xdn-marquee-host {
  padding: 52px 0;
  background: var(--ion-blue-deep) !important;
}

body.home .xdn-marquee-host::before,
body.home .xdn-marquee-host::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 44px solid rgba(255, 255, 255, .055);
  pointer-events: none;
}

body.home .xdn-marquee-host::before {
  width: 440px;
  height: 440px;
  left: -280px;
  top: -300px;
}

body.home .xdn-marquee-host::after {
  width: 360px;
  height: 360px;
  right: -230px;
  bottom: -260px;
}

body.home .xdn-marquee-host .heading-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.home .xdn-marquee-host .image-content__image {
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

body.home .custom-meet-image-with-text.image-with-text.hb_image-with-text {
  padding: 0;
  background:
    radial-gradient(circle at 85% 16%, rgba(255, 255, 255, .13), transparent 24%),
    var(--ion-blue);
}

body.home .custom-meet-image-with-text .xdn-wrap {
  width: min(1440px, 100%);
}

body.home .custom-meet-image-with-text .image-with-text__grid {
  min-height: 650px;
  grid-template-columns: 1.05fr .95fr;
  gap: 0;
}

body.home .custom-meet-image-with-text .image-with-text__image {
  min-height: 650px;
}

body.home .custom-meet-image-with-text .image-with-text__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(15, 59, 181, .72) 100%);
  pointer-events: none;
}

body.home .custom-meet-image-with-text .image-with-text__image-link,
body.home .custom-meet-image-with-text .image-with-text__image-link img {
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

body.home .custom-meet-image-with-text .image-with-text__text {
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(54px, 7vw, 110px);
  background: transparent;
}

body.home .custom-meet-image-with-text .image-with-text__text::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -250px;
  bottom: -250px;
  border: 55px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
}

body.home .custom-meet-image-with-text .image-with-text__center {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 530px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

body.home .custom-meet-image-with-text .subheading {
  color: #9be0bd;
}

body.home .custom-meet-image-with-text .heading-2 {
  color: #fff;
  font-size: clamp(38px, 4.5vw, 66px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.04em;
}

body.home .custom-meet-image-with-text .rte p {
  max-width: 48ch;
  color: rgba(255, 255, 255, .88);
  font-size: 17px;
  line-height: 1.75;
}

body.home .custom-meet-image-with-text .image-with-text__btn {
  border-color: #fff;
  border-radius: 999px;
  background: transparent;
  color: #fff;
}

body.home .custom-meet-image-with-text .image-with-text__btn:hover {
  border-color: var(--ion-green);
  background: var(--ion-green);
  color: #fff;
}

body.home .xdn-featured-products-secondary {
  background: #fff;
}

body.home .hb_customer-testimonials {
  padding: 100px 0;
  background:
    radial-gradient(circle at 100% 0, rgba(15, 59, 181, .09), transparent 34%),
    var(--ion-blue-soft);
}

body.home .hb_customer-testimonials__title {
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: center;
}

body.home .hb_customer-testimonials__slide {
  overflow: hidden;
  border: 1px solid var(--ion-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(15, 59, 181, .12);
}

body.home .hb_customer-testimonials__media {
  min-height: 500px;
}

body.home .hb_customer-testimonials__card {
  padding: clamp(32px, 4vw, 58px);
  background: #fff;
}

body.home .hb_customer-testimonials__card-title,
body.home .hb_customer-testimonials__product-title {
  color: var(--ion-blue-deep);
}

body.home .hb_customer-testimonials__card-icon {
  color: var(--ion-green);
}

body.home .hb_customer-testimonials__pagination {
  background: rgba(15, 59, 181, .14);
}

body.home .hb_customer-testimonials__pagination-progress {
  background: var(--ion-blue);
}

body.home .blog-articles.hb-blog-article {
  padding: 100px 0 112px;
  background: #fff;
}

body.home .blog-articles__header {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

body.home .blog-articles__grid {
  gap: 22px;
}

body.home .blog-articles__card {
  overflow: hidden;
  border: 1px solid var(--ion-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 59, 181, .08);
}

body.home .blog-articles__card:hover {
  border-color: rgba(15, 59, 181, .42);
  box-shadow: 0 24px 48px rgba(15, 59, 181, .14);
  transform: translateY(-6px);
}

body.home .blog-articles__image {
  aspect-ratio: 16 / 10;
}

body.home .blog-articles__content {
  padding: 24px;
}

body.home .blog-articles__meta {
  color: var(--ion-green);
  font-weight: 700;
}

body.home .blog-articles__content h3 {
  color: var(--ion-blue-deep);
  font-size: 21px;
}

body.home .blog-articles__cta {
  color: var(--ion-blue);
  font-weight: 800;
}

body.home .xdn-footer {
  position: relative;
  padding-top: 76px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 255, 255, .08), transparent 30%),
    var(--ion-blue-deep);
  color: #fff;
}

body.home .xdn-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--ion-green), #7ad8ac 35%, #fff 35%, #fff 65%, #75b7ff 65%, var(--ion-blue-bright));
}

body.home .xdn-footer .footer__newsletter,
body.home .xdn-footer .footer__menu-wrapper {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  box-shadow: none;
}

body.home .xdn-footer :where(h4, p, a, button, .footer__logo) {
  color: #fff;
}

body.home .xdn-footer .footer__newsletter-form input {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .96);
  color: var(--ion-ink);
}

body.home .xdn-footer .footer__newsletter-form button,
body.home .xdn-footer .footer__trade-btn {
  border-color: var(--ion-green);
  background: var(--ion-green);
  color: #fff;
}

body.home .xdn-footer .footer__logos,
body.home .xdn-footer .footer__lower {
  border-color: rgba(255, 255, 255, .18);
}

body.home .xdn-footer .footer__payment-icons span {
  border-color: rgba(255, 255, 255, .3);
  color: #fff;
}

body.home .xdn-back-to-top {
  border-color: var(--ion-blue);
  color: var(--ion-blue);
}

@media (max-width: 1100px) {
  body.home .xdn-nav > ul {
    gap: 16px;
  }

  body.home .xdn-nav > ul > li > a {
    font-size: 11px;
  }

  body.home .hero.hb_hero_banner.section-bg .hero__content {
    width: min(650px, 70%);
  }

  body.home .xdn-featured-products .xdn-featured-track .xdn-card {
    flex-basis: calc((100% - 40px) / 3);
  }
}

@media (max-width: 767px) {
  body.home .xdn-wrap {
    width: min(100% - 32px, 1240px);
  }

  body.home .xdn-topbar {
    height: 30px;
    padding: 0 12px;
    font-size: 9px;
  }

  body.home .xdn-topbar-slider {
    height: 30px;
  }

  body.home .xdn-header {
    border-bottom-width: 2px;
  }

  body.home .xdn-header-row {
    min-height: 64px;
  }

  body.home .xdn-brand img {
    max-width: 108px;
    max-height: 42px;
  }

  body.home .xdn-mini-cart-label {
    display: none;
  }

  body.home .xdn-mini-cart-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
  }

  body.home .xdn-nav {
    background: var(--ion-blue-deep);
  }

  body.home .xdn-nav > ul > li > a,
  body.home .xdn-mobile-nav-head,
  body.home .xdn-mobile-nav-close {
    color: #fff;
  }

  body.home .hero__slide-wrapper.hero__slide-wrapper--full {
    height: 650px;
    min-height: 650px;
    padding: 58px 0 92px;
    align-items: flex-end;
  }

  body.home .xdn-hero-slide {
    background-position: center;
  }

  body.home .xdn-hero-slide::before {
    background: linear-gradient(180deg, rgba(6, 39, 134, .12) 0%, rgba(6, 39, 134, .48) 40%, rgba(6, 39, 134, .98) 100%);
  }

  body.home .hero.hb_hero_banner.section-bg .hero__content {
    width: 100%;
  }

  body.home .hero.hb_hero_banner.section-bg .xdn-wrap {
    padding-inline: 16px;
  }

  body.home .hero.hb_hero_banner.section-bg .xdn-eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
  }

  body.home .hero.hb_hero_banner.section-bg h1 {
    max-width: 11ch;
    margin-bottom: 14px;
    font-size: clamp(38px, 12vw, 54px);
  }

  body.home .hero.hb_hero_banner.section-bg .xdn-muted {
    max-width: 38ch;
    font-size: 14px;
    line-height: 1.55;
  }

  body.home .hero.hb_hero_banner.section-bg .xdn-actions {
    margin-top: 18px;
  }

  body.home .xdn-hero-controls {
    display: none;
  }

  body.home .xdn-hero-dots {
    bottom: 24px;
  }

  body.home .xdn-featured-products,
  body.home .hb_customer-testimonials,
  body.home .blog-articles.hb-blog-article {
    padding: 68px 0 76px;
  }

  body.home .featured-products__header,
  body.home .hb_customer-testimonials__title,
  body.home .blog-articles__header {
    margin-bottom: 34px;
    text-align: left;
  }

  body.home .xdn-featured-products .featured-products__header h2,
  body.home .hb_customer-testimonials__title,
  body.home .blog-articles__title {
    font-size: 38px;
  }

  body.home .xdn-featured-products .xdn-featured-controls {
    position: static;
    justify-content: flex-end;
    margin-bottom: 18px;
  }

  body.home .xdn-featured-products .xdn-featured-track {
    gap: 14px;
    justify-content: flex-start;
  }

  body.home .xdn-featured-products .xdn-featured-track .xdn-card {
    flex: 0 0 min(78vw, 310px);
    width: min(78vw, 310px);
    max-width: min(78vw, 310px);
  }

  body.home .xdn-featured-products .xdn-product-card {
    border-radius: 18px;
  }

  body.home .xdn-marquee-host {
    padding: 42px 0;
  }

  body.home .custom-meet-image-with-text .image-with-text__grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  body.home .custom-meet-image-with-text .image-with-text__image {
    min-height: 370px;
  }

  body.home .custom-meet-image-with-text .image-with-text__image::after {
    background: linear-gradient(180deg, transparent 60%, var(--ion-blue) 100%);
  }

  body.home .custom-meet-image-with-text .image-with-text__text {
    padding: 42px 24px 62px;
  }

  body.home .custom-meet-image-with-text .heading-2 {
    font-size: 40px;
  }

  body.home .hb_customer-testimonials__slide {
    border-radius: 20px;
  }

  body.home .hb_customer-testimonials__media {
    min-height: 330px;
  }

  body.home .hb_customer-testimonials__card {
    padding: 26px 22px;
  }

  body.home .blog-articles__grid {
    grid-template-columns: 1fr;
  }

  body.home .xdn-footer {
    padding-top: 56px;
  }
}

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

/* Pocari-inspired Home structure: product showcase followed by alternating stories. */
body.home main > .xdn-featured-products,
body.home main > .xdn-marquee-host,
body.home main > .custom-meet-image-with-text {
  display: none;
}

body.home .hero__slide-wrapper.hero__slide-wrapper--full {
  height: clamp(520px, 47vw, 720px);
  min-height: 0;
}

body.home .pocari-product-showcase {
  position: relative;
  overflow: hidden;
  padding: 96px 0 110px;
  background:
    radial-gradient(circle at 4% 8%, transparent 0 92px, rgba(15, 59, 181, .08) 93px 112px, transparent 113px),
    radial-gradient(circle at 96% 88%, transparent 0 210px, rgba(15, 59, 181, .08) 211px 238px, transparent 239px),
    #f8fbff;
}

body.home .pocari-product-showcase__heading {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

body.home .pocari-product-showcase__heading p,
body.home .pocari-product-showcase__eyebrow,
body.home .pocari-story__eyebrow {
  margin: 0 0 10px;
  color: var(--ion-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.home .pocari-product-showcase__heading h2 {
  margin: 0;
  color: var(--ion-blue-deep);
  font-size: clamp(38px, 4.8vw, 68px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.045em;
}

body.home .pocari-product-showcase__tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 14px;
  max-width: 1060px;
  margin: 0 auto 44px;
}

body.home .pocari-product-showcase__tab {
  position: relative;
  display: grid;
  gap: 12px;
  justify-items: center;
  min-width: 0;
  padding: 8px 8px 18px;
  border: 0;
  border-bottom: 3px solid rgba(15, 59, 181, .14);
  background: transparent;
  color: rgba(6, 39, 134, .48);
  cursor: pointer;
  transition: border-color .25s ease, color .25s ease, transform .25s ease;
}

body.home .pocari-product-showcase__tab img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .42;
  transition: filter .25s ease, opacity .25s ease, transform .25s ease;
}

body.home .pocari-product-showcase__tab span {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.home .pocari-product-showcase__tab:is(:hover, .is-active) {
  border-color: var(--ion-blue);
  color: var(--ion-blue-deep);
  transform: translateY(-4px);
}

body.home .pocari-product-showcase__tab:is(:hover, .is-active) img {
  filter: none;
  opacity: 1;
  transform: scale(1.07);
}

body.home .pocari-product-showcase__panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
  max-width: 1080px;
  margin: 0 auto;
  animation: pocari-panel-in .4s ease both;
}

body.home .pocari-product-showcase__panel[hidden] {
  display: none;
}

body.home .pocari-product-showcase__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
}

body.home .pocari-product-showcase__halo {
  position: absolute;
  width: min(34vw, 390px);
  aspect-ratio: 1;
  border: 54px solid rgba(15, 59, 181, .08);
  border-radius: 50%;
}

body.home .pocari-product-showcase__visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 400px);
  max-height: 410px;
  object-fit: contain;
  filter: drop-shadow(0 28px 24px rgba(6, 39, 134, .16));
}

body.home .pocari-product-showcase__content h3 {
  max-width: 14ch;
  margin: 0 0 18px;
  color: var(--ion-blue-deep);
  font-size: clamp(42px, 5.5vw, 78px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.055em;
}

body.home .pocari-product-showcase__description {
  max-width: 54ch;
  color: #3d5275;
  font-size: 16px;
  line-height: 1.75;
}

body.home .pocari-product-showcase__description p {
  margin: 0;
}

body.home .pocari-product-showcase__price {
  margin: 20px 0;
  color: var(--ion-green);
  font-size: 18px;
  font-weight: 800;
}

body.home .pocari-product-showcase__link,
body.home .pocari-story__content a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ion-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

body.home .pocari-product-showcase__link span,
body.home .pocari-story__content a span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

body.home .pocari-story {
  position: relative;
  overflow: hidden;
  min-height: 610px;
}

body.home .pocari-story--blue {
  background:
    radial-gradient(circle at 100% 0, transparent 0 180px, rgba(255, 255, 255, .08) 181px 215px, transparent 216px),
    var(--ion-blue);
  color: #fff;
}

body.home .pocari-story--white {
  background:
    radial-gradient(circle at 0 100%, transparent 0 170px, rgba(15, 59, 181, .07) 171px 205px, transparent 206px),
    #fff;
  color: var(--ion-blue-deep);
}

body.home .pocari-story__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(54px, 8vw, 130px);
  min-height: 610px;
}

body.home .pocari-story--reverse .pocari-story__visual {
  order: 2;
}

body.home .pocari-story__visual {
  align-self: stretch;
  display: grid;
  place-items: end center;
  min-height: 610px;
}

body.home .pocari-story__visual img {
  width: 100%;
  height: 100%;
  max-height: 610px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 30px 26px rgba(0, 0, 0, .18));
}

body.home .pocari-story__visual--landscape img {
  object-fit: cover;
  clip-path: ellipse(62% 48% at 48% 50%);
}

body.home .pocari-story__content {
  max-width: 560px;
  padding: 80px 0;
}

body.home .pocari-story__content h2 {
  max-width: 13ch;
  margin: 0 0 24px;
  font-size: clamp(46px, 5.5vw, 78px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.055em;
}

body.home .pocari-story__content > p:not(.pocari-story__eyebrow) {
  max-width: 52ch;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.75;
}

body.home .pocari-story--blue .pocari-story__eyebrow {
  color: #9be0bd;
}

body.home .pocari-story--blue .pocari-story__content a {
  color: #fff;
}

@keyframes pocari-panel-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  body.home .hero__slide-wrapper.hero__slide-wrapper--full {
    height: 520px;
    min-height: 520px;
  }

  body.home .pocari-product-showcase {
    padding: 64px 0 72px;
  }

  body.home .pocari-product-showcase__heading {
    margin-bottom: 34px;
    text-align: left;
  }

  body.home .pocari-product-showcase__heading h2 {
    font-size: 40px;
  }

  body.home .pocari-product-showcase__tabs {
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 -16px 32px;
    padding: 0 16px 8px;
    scrollbar-width: none;
  }

  body.home .pocari-product-showcase__tabs::-webkit-scrollbar {
    display: none;
  }

  body.home .pocari-product-showcase__tab {
    flex: 0 0 112px;
  }

  body.home .pocari-product-showcase__tab img {
    height: 100px;
  }

  body.home .pocari-product-showcase__panel,
  body.home .pocari-story__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.home .pocari-product-showcase__visual {
    min-height: 290px;
  }

  body.home .pocari-product-showcase__halo {
    width: 260px;
    border-width: 38px;
  }

  body.home .pocari-product-showcase__visual img {
    max-height: 280px;
  }

  body.home .pocari-product-showcase__content h3,
  body.home .pocari-story__content h2 {
    font-size: 42px;
  }

  body.home .pocari-story,
  body.home .pocari-story__grid,
  body.home .pocari-story__visual {
    min-height: 0;
  }

  body.home .pocari-story__grid {
    width: 100%;
  }

  body.home .pocari-story--reverse .pocari-story__visual {
    order: 0;
  }

  body.home .pocari-story__visual {
    height: 340px;
  }

  body.home .pocari-story__visual img {
    max-height: 340px;
  }

  body.home .pocari-story__visual--landscape {
    height: 280px;
  }

  body.home .pocari-story__content {
    max-width: none;
    padding: 36px 24px 62px;
  }
}
