/* ==================================================
   MASTER CSS · index_MASTER_stage3.css
   Hero / Footer values preserved
================================================== */

.hero{
  position: relative;
  min-height: calc(100vh - 92px);
  overflow: hidden;
  background: var(--color-white);
  color: var(--B-black);
}

.hero::before,
.hero::after{
  display: none;
  content: none;
}

.hero .inner{
  position: relative;
  z-index: 1;
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 88px;
  align-items: start;
  padding-top: 110px;
  padding-bottom: 70px;
}

.hero h1{
  margin: 0 0 18px;
  color: var(--B-black);
  font-size: 58px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1.8px;
}

.kspl-brand-statement .btn-row{
  margin-top: 32px;
  justify-content: center;
  gap: 0;
}

.kspl-brand-statement .btn.primary:hover{
  -webkit-text-fill-color: var(--color-white);
  background: #1f56b8;
  border-color: #1f56b8;
  color: var(--color-white);
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(42, 95, 190, 0.3);
}

.kspl-brand-statement .btn.primary{
  -webkit-text-fill-color: var(--color-white);
  min-width: 260px;
  height: 58px;
  border-radius: var(--radius-md);
  background: var(--C-blue);
  border: 1px solid var(--C-blue);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -0.2px;
  box-shadow: var(--shadow-blue-soft);
  gap: 10px;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.kspl-brand-statement .btn.primary::after{
  display: none;
  content: none;
}

.kspl-brand-statement .btn.primary svg{
  width: 21px;
  height: 21px;
  stroke: var(--color-white);
  fill: none;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.kspl-brand-statement h2{
  -webkit-text-fill-color: var(--navy);
  margin: 0;
  color: var(--navy);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -1.7px;
}

.kspl-hero-carousel-section .section-head{
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.kspl-hero-carousel-section .section-head h2{
  -webkit-text-fill-color: var(--navy);
  color: var(--navy);
  text-shadow: none;
}

.kspl-card-showcase{
  background: var(--color-white);
  padding: 84px 0 88px;
}

.kspl-card-wrap{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.kspl-carousel-image img,
.index-materials-process-section .image-card img{
  cursor: zoom-in;
}

.index-philosophy-slide,
.index-philosophy-slide.is-active{
  height: 100%;
}

html body .hero .kicker{
  display: inline-block !important;
  margin: 0 0 18px 0;
  padding: 0;
  color: #1a1f24;
  -webkit-text-fill-color: #1a1f24;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  border-bottom: 0;
}

html body .hero h1{
  margin-top: 0;
  margin-bottom: 0;
  color: var(--color-text-strong);
  -webkit-text-fill-color: var(--color-text-strong);
  font-size: 92px;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -4px;
}

html body .hero h1 *{
  color: var(--color-text-strong);
  -webkit-text-fill-color: var(--color-text-strong);
}

html body .index-hero-brand-sub{
  margin: 10px 0 0;
  color: var(--color-text-strong);
  -webkit-text-fill-color: var(--color-text-strong);
  font-size: 40px;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1.6px;
}

html body .hero-message-animate,
html body .hero-message-animate p,
html body .hero-message-animate p span,
html body .hero-message-animate span{
  color: #111111;
  -webkit-text-fill-color: #111111;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.15px;
  text-shadow: none;
}

html body .hero-message-animate,
html body .hero-message-animate p{
  max-width: 650px;
  margin-top: 130px;
}

.kspl-p2-section{
  padding: 76px 0;
  background: var(--color-white, #fff);
}

.kspl-p2-section.kspl-p2-soft{
  background: var(--color-white);
}

.kspl-p2-wrap{
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.kspl-p2-head{
  max-width: 820px;
  margin: 0 0 34px;
}

.kspl-p2-kicker{
  display: inline-block;
  margin: 0 0 14px;
  padding-bottom: 0;
  color: var(--C-blue, #5C8FD6);
  -webkit-text-fill-color: var(--C-blue, #5C8FD6);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 2.7px;
  line-height: 1.2;
  text-transform: uppercase;
  border-bottom: none;
}

.kspl-p2-head h2{
  margin: 0 0 14px;
  color: var(--E-navy, var(--navy, #111));
  font-size: clamp(32px, 4.2vw, 46px);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -1.2px;
}

.kspl-p2-head p{
  margin: 0;
  max-width: 760px;
  color: var(--muted, #444);
  font-size: 19px;
  font-weight: 550;
  line-height: 1.78;
}

.kspl-p2-figure{
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.kspl-p2-figure img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  opacity: 1;
}

.kspl-p2-product-summary{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.kspl-p2-summary-card{
  overflow: hidden;
  margin: 0;
  border-radius: 22px;
  background: var(--color-white, #fff);
  border: 0;
  box-shadow: none;
}

.kspl-p2-summary-image{
  aspect-ratio: 4 / 3;
  height: auto;
  margin: 0;
  background: #ffffff;
}

.kspl-p2-summary-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
  filter: none;
  opacity: 1;
}

.kspl-p2-summary-card h3 span{
  display: inline-block;
  margin-top: 2px;
  font-size: 0.9em;
  font-weight: 800;
  letter-spacing: -.2px;
}

.kspl-p2-index-feature .kspl-p2-wrap{
  max-width: 1240px;
}

.kspl-p2-index-feature .kspl-p2-head{
  margin-bottom: 34px;
  max-width: 1080px;
  width: 100%;
  margin: 0 0 32px;
}

.kspl-p2-index-feature .kspl-p2-head h2{
  max-width: 920px;
  width: 100%;
  margin: 0;
  color: var(--E-navy,#0d1e3d);
  -webkit-text-fill-color: var(--E-navy,#0d1e3d);
  font-size: 41px;
  font-weight: 850;
  line-height: 1.26;
  letter-spacing: -1.15px;
}

.kspl-p2-index-feature .kspl-p2-main-visual{
  width: 100%;
  max-width: none;
  height: 500px;
  min-height: 500px;
  margin: 0;
  border-radius: 28px;
}

.kspl-p2-index-feature .kspl-p2-main-visual img{
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
}

.kspl-p2-index-feature .kspl-p2-main-visual img,
.kspl-p2-product-summary .kspl-p2-summary-image img{
  cursor: zoom-in;
}

.kspl-p2-title-mobile{
  display: none;
}

.kspl-p2-title-desktop{
  display: inline;
}

.kspl-p2-section.kspl-p2-index-feature{
  padding-bottom: 54px;
  padding-top: 40px;
}

.kspl-p2-figure,
.kspl-carousel-viewport,
.case-preview-box{
  background: transparent;
  border: 0;
  box-shadow: none;
}

.cta-white-section .wrap.cta-white-card{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 34px 48px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(120px, 12vw, 190px);
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(42, 95, 190, 0.16);
  border-radius: 18px;
  box-shadow: none;
}

.kspl-p2-summary-card,
.product-lineup-flat .product-card,
.case-peek-card,
.adv-metric-card,
.tech-mini-card{
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.product-lineup-flat .product-card,
.case-peek-card,
.tech-mini-card{
  overflow: visible;
}

.product-lineup-flat .product-card{
  position: relative;
  cursor: zoom-in;
}

.product-lineup-flat .product-card::before,
.product-lineup-flat .product-card::after{
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  pointer-events: none;
}

.product-lineup-flat .product-card::before{
  background: rgba(92, 143, 214, 0.94);
  box-shadow: none;
}

.product-lineup-flat .product-card::after{
  background: linear-gradient(#ffffff, #ffffff) center center / 14px 2px no-repeat,
    linear-gradient(#ffffff, #ffffff) center center / 2px 14px no-repeat;
  box-shadow: none;
}

.kspl-p2-summary-image,
.product-lineup-flat .product-card img,
.index-materials-process-section .image-card img{
  background: transparent;
  box-shadow: none;
}

.case-peek-image,
.tech-mini-card img{
  background: var(--color-white, #ffffff);
  border: 1px solid #ededed;
  border-radius: 18px;
  box-shadow: none;
  overflow: hidden;
}

.kspl-p2-summary-card h3{
  margin: 0;
  color: var(--E-navy, #0d1e3d);
  font-size: 21px;
  font-weight: 850;
  line-height: 1.28;
  letter-spacing: -.35px;
  text-align: center;
  padding: 12px 4px 0;
}

.product-lineup-flat .product-card img{
  display: block;
  padding: 0;
}

.product-lineup-flat .product-body{
  padding: 18px 4px 0;
}

.case-peek-body{
  padding-left: 0;
  padding-right: 0;
}

.adv-metric-card{
  min-height: 152px;
  padding: 26px 0 24px;
  border-top: 1px solid rgba(13, 30, 61, 0.12);
}

.adv-metric-top{
  min-height: 58px;
}

.adv-metric-number span{
  font-size: 62px;
  line-height: 0.94;
}

.adv-metric-number em{
  margin-top: 4px;
}

.adv-metric-word{
  font-size: 31px;
  line-height: 1.05;
  letter-spacing: -0.8px;
}

.adv-metric-icon{
  opacity: 0.72;
}

.adv-metric-card .adv-title{
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 19px;
}

.adv-metric-card .adv-desc{
  line-height: 1.62;
}

.tech-mini-body{
  padding-left: 0;
  padding-right: 0;
}

.cta-white-info{
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.index-materials-process-section .split{
  gap: 28px;
}

.index-materials-process-section .image-card{
  background: transparent;
  border: 1px solid #ededed;
  box-shadow: none;
  border-radius: 18px;
  overflow: hidden;
}

.index-materials-process-section .image-card img{
  display: block;
  width: 100%;
  border-radius: 0;
}

.index-philosophy-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(13, 30, 61, 0.10);
  box-shadow: none;
}

.index-materials-process-spacer{
  height: 28px;
}

.kspl-carousel-dots button{
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-pill);
  background: rgba(13, 30, 61, 0.18);
  cursor: pointer;
  box-shadow: none;
}

.kspl-carousel-dots button.is-active{
  width: 28px;
  background: var(--C-blue);
  box-shadow: none;
}

.case-peek-dots button:nth-child(n/**/+9){
  display: none;
}

.kspl-brand-video-card,
.kspl-brand-video-frame,
.kspl-brand-video-wrap,
.contact-brand-film-card{
  cursor: zoom-in;
}

.kspl-brand-video-card video,
.kspl-brand-video-frame video,
.kspl-brand-video-wrap video,
.kspl-brand-video,
.contact-brand-film{
  cursor: zoom-in;
}

.kspl-product-family-lightbox,
.kspl-case-lightbox,
.kspl-products-lightbox,
.kspl-brand-film-lightbox,
.kspl-video-lightbox{
  position: fixed !important;
  inset: 0 !important;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 32px;
  box-sizing: border-box;
  overflow: hidden;
  background: #ffffff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.kspl-product-family-lightbox.is-open,
.kspl-case-lightbox.is-open,
.kspl-products-lightbox.is-open,
.kspl-brand-film-lightbox.is-open,
.kspl-video-lightbox.is-open{
  display: flex;
}

.kspl-product-family-lightbox-stage{
  position: relative;
  z-index: 1;
  width: min(1180px, 94vw);
  max-height: 84vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 0;
  box-sizing: border-box;
}

.kspl-product-family-lightbox img,
.kspl-product-family-lightbox video,
.kspl-case-lightbox img,
.kspl-products-lightbox img,
.kspl-brand-film-lightbox video,
.kspl-video-lightbox video{
  display: block;
  width: auto;
  height: auto;
  max-width: min(1180px, 94vw);
  max-height: 84vh;
  object-fit: contain;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(13, 30, 61, 0.10);
  box-shadow: none;
}

.kspl-product-family-lightbox-close,
.kspl-case-lightbox-close,
.kspl-products-lightbox-close,
.kspl-brand-film-lightbox-close,
.kspl-video-lightbox-close,
.kspl-product-family-lightbox .lightbox-close,
.kspl-brand-film-lightbox .lightbox-close,
.kspl-video-lightbox .lightbox-close{
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 100001 !important;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 0;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
  transition: transform 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}

.kspl-product-family-lightbox-close:hover,
.kspl-case-lightbox-close:hover,
.kspl-products-lightbox-close:hover,
.kspl-brand-film-lightbox-close:hover,
.kspl-video-lightbox-close:hover,
.kspl-product-family-lightbox .lightbox-close:hover,
.kspl-brand-film-lightbox .lightbox-close:hover,
.kspl-video-lightbox .lightbox-close:hover{
  transform: scale(1.06);
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.42);
}

.kspl-product-family-lightbox-close::before,
.kspl-product-family-lightbox-close::after,
.kspl-case-lightbox-close::before,
.kspl-case-lightbox-close::after,
.kspl-products-lightbox-close::before,
.kspl-products-lightbox-close::after,
.kspl-brand-film-lightbox-close::before,
.kspl-brand-film-lightbox-close::after,
.kspl-video-lightbox-close::before,
.kspl-video-lightbox-close::after,
.kspl-product-family-lightbox .lightbox-close::before,
.kspl-product-family-lightbox .lightbox-close::after,
.kspl-brand-film-lightbox .lightbox-close::before,
.kspl-brand-film-lightbox .lightbox-close::after,
.kspl-video-lightbox .lightbox-close::before,
.kspl-video-lightbox .lightbox-close::after{
  content: "";
  position: absolute;
  width: 22px;
  height: 2.4px;
  border-radius: 999px;
  background: #111111;
}

.kspl-product-family-lightbox-close::before,
.kspl-case-lightbox-close::before,
.kspl-products-lightbox-close::before,
.kspl-brand-film-lightbox-close::before,
.kspl-video-lightbox-close::before,
.kspl-product-family-lightbox .lightbox-close::before,
.kspl-brand-film-lightbox .lightbox-close::before,
.kspl-video-lightbox .lightbox-close::before{
  transform: rotate(45deg);
}

.kspl-product-family-lightbox-close::after,
.kspl-case-lightbox-close::after,
.kspl-products-lightbox-close::after,
.kspl-brand-film-lightbox-close::after,
.kspl-video-lightbox-close::after,
.kspl-product-family-lightbox .lightbox-close::after,
.kspl-brand-film-lightbox .lightbox-close::after,
.kspl-video-lightbox .lightbox-close::after{
  transform: rotate(-45deg);
}

body.kspl-product-family-lightbox-open,
body.kspl-case-lightbox-open,
body.kspl-products-lightbox-open,
body.kspl-brand-film-lightbox-open,
body.kspl-video-lightbox-open{
  overflow: hidden;
}

.product-lineup-slider{
  position: relative;
}

.product-lineup-arrow{
  display: none;
}

/* ==================================================
   DESKTOP
================================================== */

@media (min-width: 1281px){

.hero .kspl-brand-hero-links{
    margin-top: 74px;
  }

  .industry-bg-section{
    position: relative;
    overflow: hidden;
    background: var(--color-white);
  }

  .industry-bg-section .industry-badges .badge{
    -webkit-backdrop-filter: blur(1px);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(1px);
  }

  .hero::after{
    display: none;
    content: none;
  }

  .hero .inner,
    .hero > .wrap.inner{
    position: relative;
    z-index: 1;
    min-height: 640px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 54px;
    align-items: start;
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .hero .kicker{
    opacity: 0;
    transform: translateY(14px);
    animation: heroKickerEntranceFinalSoft 0.72s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    animation-delay: 0.7s;
  }

  .hero-copy-group{
    opacity: 0;
    transform: translateY(22px);
    animation: heroCopyEntranceFinalSoft 0.92s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    animation-delay: 1.3s;
  }

  .btn-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }

  .hero + .kspl-card-showcase{
    margin-top: 0;
  }

  html body .hero-message-animate{
    max-width: 620px;
    margin-top: 130px;
    min-height: auto;
    z-index: 3;
    transform: translateY(-12px);
  }

  html body .hero-message-animate p,
    html body .hero-message-animate p span,
    html body .hero-message-animate span{
    -webkit-text-fill-color: var(--B-black);
    margin: 0;
    color: var(--B-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.15px;
    text-align: left;
    text-shadow: none;
  }

  .tech-mini-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 18px;
  }

  .tech-mini-card{
    display: flex;
    min-width: 0;
    height: auto;
    flex-direction: column;
    overflow: visible;
  }

  .tech-mini-card img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.72 / 1;
    object-fit: cover;
    object-position: center top;
  }

  .tech-mini-body{
    display: flex;
    min-height: 58px;
    padding: 14px 0 8px;
    align-items: flex-start;
    overflow: visible;
  }

  .tech-mini-body h3{
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -0.35px;
    overflow-wrap: anywhere;
  }

  .kspl-brand-statement-section{
    padding-top: 104px;
    padding-bottom: 100px;
  }

  .kspl-card-showcase{
    padding-top: 104px;
    padding-bottom: 44px;
  }

  .section{
    padding-top: 108px;
    padding-bottom: 110px;
  }

  .adv-section{
    padding-top: 82px;
  }

  .tech-mini-section{
    padding-top: 104px;
    padding-bottom: 134px;
  }

  .tech-mini-section .wrap,
    .tech-mini-grid{
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }

  .tech-mini-head h2{
    font-size: 44px;
    line-height: 1.28;
    letter-spacing: -1.7px;
  }

  .kspl-hero-carousel-section .kspl-carousel-viewport{
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  }

  .kspl-hero-carousel-section .kspl-carousel-viewport:hover{
    transform: translateY(-3px);
    box-shadow: none;
    border-color: rgba(92, 143, 214, 0.3);
  }

  html body .hero-message-animate span{
    display: block;
    opacity: 0;
    visibility: visible;
    transform: translateY(18px);
    animation: fadeUpKsplFinal 1.7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    transition: none;
  }

  html body .hero-message-animate span:nth-child(1),
    html body .hero-message-animate span:nth-child(2),
    html body .hero-message-animate span:nth-child(3){
    animation-delay: 2.05s;
  }

  .hero::before{
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: url("a1.webp") 58% center / cover no-repeat var(--color-white);
    opacity: 0;
    transform: translateX(15px) scale(1.02);
    animation: heroBgEntranceFinalSoft 2.05s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  }

  .case-preview-modern .wrap{
    max-width: 1520px;
  }

  .case-preview-box{
    grid-template-columns: minmax(220px, 25%) minmax(0, 75%);
    gap: 32px;
  }

  .case-text{
    min-width: 0;
  }

  .case-peek-wrap{
    min-width: 0;
  }

  .case-peek-track{
    gap: 16px;
    scroll-padding-left: 0;
  }

  .case-peek-card{
    flex: 0 0 calc((100% - 48px) / 3.5);
    max-width: calc((100% - 48px) / 3.5);
  }

  .case-peek-image{
    height: 190px;
  }

  .case-peek-body{
    min-height: 132px;
    padding: 20px 20px 22px;
  }

  .case-peek-body h3{
    font-size: 20px;
    line-height: 1.38;
    letter-spacing: -0.65px;
  }

  html body .kspl-brand-video-section{
    padding-top: 120px;
    padding-bottom: 116px;
  }
}

/* ==================================================
   TABLET LANDSCAPE
================================================== */

@media (min-width: 981px) and (max-width: 1280px){

.product-lineup-slider{
    position: relative;
  }

  .product-lineup-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    top: 42%;
    z-index: 8;
  }

  .product-lineup-prev{
    left: 10px;
  }

  .product-lineup-next{
    right: 10px;
  }

  .hero .kspl-brand-hero-links{
    margin-top: 74px;
  }

  .industry-bg-section{
    position: relative;
    overflow: hidden;
    background: var(--color-white);
  }

  .industry-bg-section .industry-badges .badge{
    -webkit-backdrop-filter: blur(1px);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(1px);
  }

  .hero::after{
    display: none;
    content: none;
  }

  .hero .inner,
    .hero > .wrap.inner{
    position: relative;
    z-index: 1;
    min-height: 640px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 54px;
    align-items: start;
    padding-top: 110px;
    padding-bottom: 70px;
    padding-left: 30px;
  }

  .hero .kicker{
    opacity: 0;
    transform: translateY(14px);
    animation: heroKickerEntranceFinalSoft 0.72s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    animation-delay: 0.7s;
  }

  .hero-copy-group{
    opacity: 0;
    transform: translateY(22px);
    animation: heroCopyEntranceFinalSoft 0.92s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    animation-delay: 1.3s;
  }

  .btn-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }

  .hero + .kspl-card-showcase{
    margin-top: 0;
  }

  html body .hero-message-animate{
    max-width: 620px;
    margin-top: 130px;
    min-height: auto;
    z-index: 3;
    transform: translateY(-12px);
  }

  html body .hero-message-animate p,
    html body .hero-message-animate p span,
    html body .hero-message-animate span{
    -webkit-text-fill-color: var(--B-black);
    margin: 0;
    color: var(--B-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.15px;
    text-align: left;
    text-shadow: none;
  }

  .tech-mini-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 16px;
  }

  .tech-mini-card{
    display: flex;
    min-width: 0;
    height: auto;
    flex-direction: column;
    overflow: visible;
  }

  .tech-mini-card img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.72 / 1;
    object-fit: cover;
    object-position: center top;
  }

  .tech-mini-body{
    display: flex;
    min-height: 56px;
    padding: 13px 0 8px;
    align-items: flex-start;
    overflow: visible;
  }

  .tech-mini-body h3{
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -0.3px;
    overflow-wrap: anywhere;
  }

  .kspl-brand-statement-section{
    padding-top: 104px;
    padding-bottom: 100px;
  }

  .kspl-card-showcase{
    padding-top: 104px;
    padding-bottom: 44px;
  }

  .section{
    padding-top: 108px;
    padding-bottom: 110px;
  }

  .adv-section{
    padding-top: 82px;
  }

  .tech-mini-section{
    padding-top: 104px;
  }

  .tech-mini-section .wrap,
    .tech-mini-grid{
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }

  .tech-mini-head h2{
    font-size: 39px;
    line-height: 1.24;
    letter-spacing: -1px;
  }

  .kspl-hero-carousel-section .kspl-carousel-viewport{
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  }

  .kspl-hero-carousel-section .kspl-carousel-viewport:hover{
    transform: translateY(-3px);
    box-shadow: none;
    border-color: rgba(92, 143, 214, 0.3);
  }

  html body .hero-message-animate span{
    display: block;
    opacity: 0;
    visibility: visible;
    transform: translateY(18px);
    animation: fadeUpKsplFinal 1.7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    transition: none;
  }

  html body .hero-message-animate span:nth-child(1),
    html body .hero-message-animate span:nth-child(2),
    html body .hero-message-animate span:nth-child(3){
    animation-delay: 2.05s;
  }

  html body{
    padding-top: 86px;
  }

  .wrap{
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero .inner > div:first-child{
    max-width: 560px;
    width: 100%;
  }

  .hero h1{
    margin-bottom: 22px;
    font-size: 50px;
    line-height: 1.18;
    letter-spacing: -1.4px;
  }

  .hero .kicker,
    .kicker{
    font-size: 13px;
    letter-spacing: 2.8px;
  }

  .hero-message-animate,
    html body .hero-message-animate{
    max-width: 500px;
    margin-top: 52px;
  }

  .hero-message-animate p,
    .hero-message-animate p span,
    .hero-message-animate span,
    html body .hero-message-animate p,
    html body .hero-message-animate p span,
    html body .hero-message-animate span{
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
  }

  .section,
    .kspl-card-showcase{
    padding-top: 88px;
    padding-bottom: 90px;
  }

  h2,
    .section-head h2,
    .case-text h2,
    .cta-white-left h2{
    font-size: 39px;
    line-height: 1.24;
    letter-spacing: -1px;
  }

  .case-preview-modern .case-text h2{
    font-size: 44px;
  }

  .product-grid:not(.product-lineup-flat),
    .cards4,
    .industry-badges{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-lineup-flat{
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    width: 100%;
    padding: 0 18vw 8px 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
  }

  .product-lineup-flat::-webkit-scrollbar{
    display: none;
  }

  .product-lineup-flat .product-card{
    flex: 0 0 56%;
    width: 56%;
    max-width: 56%;
    margin: 0;
    scroll-snap-align: start;
    overflow: hidden;
  }

  .product-lineup-flat .product-card img{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid #ededed;
    border-radius: 14px;
    box-shadow: none;
    -webkit-user-drag: none;
    user-select: none;
    touch-action: pan-x;
  }

  .product-lineup-flat .product-body{
    padding: 20px 6px 0;
  }

  .product-lineup-flat .product-body h3{
    font-size: 20px;
  }

  .adv-metric-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
  }

  .adv-metric-card{
    min-height: 136px;
    padding: 20px 0 18px;
  }

  .adv-metric-top{
    min-height: 50px;
  }

  .adv-metric-card .adv-title{
    margin-top: 12px;
    margin-bottom: 5px;
  }

  .adv-metric-card .adv-desc{
    line-height: 1.52;
  }

  .split,
    .cta-white-card{
    gap: 28px;
  }

  .cta-white-section .wrap.cta-white-card{
    width: calc(100% - 44px);
    max-width: 980px;
    padding: 34px 44px;
    gap: 72px;
  }

  .kspl-final-process h2{
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: -2px;
  }

  .kspl-final-process p{
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -1px;
  }

  .split{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .split > *{
    width: 100%;
    max-width: none;
  }

  .hero{
    background-position: 72% 56%;
    background-size: cover;
  }

  .index-philosophy-slider-section{
    padding: 42px 0 58px;
  }

  html body .hero h1{
    font-size: 72px;
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -3px;
  }

  html body .hero-message-animate,
    html body .hero-message-animate p{
    margin-top: 52px;
  }

  html body .hero-message-animate,
    html body .hero-message-animate p,
    html body .hero-message-animate p span,
    html body .hero-message-animate span{
    font-size: 18px;
    line-height: 1.55;
  }

  html body .hero{
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: calc(100vh - 86px);
  }

  html body .hero .inner{
    padding-top: 42px;
  }

  html body .index-hero-brand-sub{
    margin-top: 9px;
    font-size: 34px;
    line-height: 1.14;
    letter-spacing: -1.3px;
  }

  .hero > .wrap.inner,
    .hero .inner{
    padding-top: 42px;
  }

  .hero::before{
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: url("tablet-landscapeindex.webp") 60% center / cover no-repeat #ffffff;
    opacity: 0;
    transform: translateX(15px) scale(1.02);
    animation: heroBgEntranceFinalSoft 2.05s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  }

  html body .kspl-brand-video-section{
    padding-top: 120px;
    padding-bottom: 116px;
  }
}

/* ==================================================
   TABLET PORTRAIT
================================================== */

@media (min-width: 769px) and (max-width: 980px){

.product-lineup-slider{
    position: relative;
  }

  .product-lineup-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    top: 42%;
    z-index: 8;
  }

  .product-lineup-prev{
    left: 10px;
  }

  .product-lineup-next{
    right: 10px;
  }

  .industry-bg-section{
    position: relative;
    overflow: hidden;
    background: var(--color-white);
  }

  .industry-bg-section .industry-badges .badge{
    -webkit-backdrop-filter: blur(1px);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(1px);
  }

  .hero::after{
    display: none;
    content: none;
  }

  .hero .inner,
    .hero > .wrap.inner{
    position: relative;
    z-index: 1;
    min-height: 640px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 54px;
    align-items: start;
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .hero .kicker{
    opacity: 0;
    transform: translateY(14px);
    animation: heroKickerEntranceFinalSoft 0.72s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    animation-delay: 0.7s;
  }

  .hero-copy-group{
    opacity: 0;
    transform: translateY(22px);
    animation: heroCopyEntranceFinalSoft 0.92s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    animation-delay: 1.3s;
  }

  .btn-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }

  .hero + .kspl-card-showcase{
    margin-top: 0;
  }

  html body .hero-message-animate{
    max-width: 620px;
    margin-top: 130px;
    min-height: auto;
    z-index: 3;
    transform: translateY(-12px);
  }

  html body .hero-message-animate p,
    html body .hero-message-animate p span,
    html body .hero-message-animate span{
    -webkit-text-fill-color: var(--B-black);
    margin: 0;
    color: var(--B-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.15px;
    text-align: left;
    text-shadow: none;
  }

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

  .tech-mini-card{
    display: flex;
    min-width: 0;
    height: auto;
    flex-direction: column;
    overflow: visible;
  }

  .tech-mini-card img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.72 / 1;
    object-fit: cover;
    object-position: center top;
  }

  .tech-mini-body{
    display: flex;
    min-height: 54px;
    padding: 12px 0 7px;
    align-items: flex-start;
    overflow: visible;
  }

  .tech-mini-body h3{
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -0.3px;
    overflow-wrap: anywhere;
  }

  .kspl-brand-statement-section{
    padding-top: 90px;
    padding-bottom: 84px;
  }

  .kspl-card-showcase{
    padding-top: 92px;
    padding-bottom: 24px;
  }

  .section{
    padding-top: 94px;
    padding-bottom: 96px;
  }

  .adv-section{
    padding-top: 64px;
  }

  .tech-mini-section{
    padding-top: 88px;
  }

  .tech-mini-section .wrap,
    .tech-mini-grid{
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tech-mini-head h2{
    font-size: 39px;
    line-height: 1.24;
    letter-spacing: -1px;
  }

  .kspl-hero-carousel-section .kspl-carousel-viewport{
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  }

  .kspl-hero-carousel-section .kspl-carousel-viewport:hover{
    transform: translateY(-3px);
    box-shadow: none;
    border-color: rgba(92, 143, 214, 0.3);
  }

  html body .hero-message-animate span{
    display: block;
    opacity: 0;
    visibility: visible;
    transform: translateY(18px);
    animation: fadeUpKsplFinal 1.7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    transition: none;
  }

  html body .hero-message-animate span:nth-child(1),
    html body .hero-message-animate span:nth-child(2),
    html body .hero-message-animate span:nth-child(3){
    animation-delay: 2.05s;
  }

  .wrap{
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero > .wrap.inner,
    .hero .inner{
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .hero .inner > div:first-child{
    max-width: 560px;
    width: 100%;
  }

  .hero h1{
    margin-bottom: 22px;
    font-size: 50px;
    line-height: 1.18;
    letter-spacing: -1.4px;
  }

  .hero .kicker,
    .kicker{
    font-size: 13px;
    letter-spacing: 2.8px;
  }

  .hero-message-animate,
    html body .hero-message-animate{
    max-width: 500px;
    margin-top: 52px;
  }

  .hero-message-animate p,
    .hero-message-animate p span,
    .hero-message-animate span,
    html body .hero-message-animate p,
    html body .hero-message-animate p span,
    html body .hero-message-animate span{
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
  }

  .section,
    .kspl-card-showcase{
    padding-top: 72px;
    padding-bottom: 74px;
  }

  h2,
    .section-head h2,
    .case-text h2,
    .cta-white-left h2{
    font-size: 39px;
    line-height: 1.24;
    letter-spacing: -1px;
  }

  .case-preview-modern .case-text h2{
    font-size: 44px;
  }

  .product-grid:not(.product-lineup-flat),
    .cards4,
    .industry-badges{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-lineup-flat{
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
    padding: 0 22vw 8px 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
  }

  .product-lineup-flat::-webkit-scrollbar{
    display: none;
  }

  .product-lineup-flat .product-card{
    flex: 0 0 68%;
    width: 68%;
    max-width: 68%;
    margin: 0;
    scroll-snap-align: start;
    overflow: hidden;
  }

  .product-lineup-flat .product-card img{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid #ededed;
    border-radius: 14px;
    box-shadow: none;
    -webkit-user-drag: none;
    user-select: none;
    touch-action: pan-x;
  }

  .product-lineup-flat .product-body{
    padding: 20px 6px 0;
  }

  .product-lineup-flat .product-body h3{
    font-size: 20px;
  }

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

  .adv-metric-card{
    min-height: 130px;
    padding: 18px 0 16px;
  }

  .adv-metric-top{
    min-height: 48px;
  }

  .adv-metric-card .adv-title{
    margin-top: 11px;
    margin-bottom: 5px;
  }

  .adv-metric-card .adv-desc{
    line-height: 1.5;
  }

  .split,
    .cta-white-card{
    gap: 28px;
  }

  .cta-white-section .wrap.cta-white-card{
    display: block;
    width: calc(100% - 44px);
    max-width: 720px;
    padding: 42px 40px;
    gap: 0;
  }

  .cta-white-card{
    display: block;
    padding: 42px 40px;
  }

  .cta-white-left{
    width: 100%;
    max-width: none;
  }

  .cta-white-info{
    width: 100%;
    max-width: none;
    margin-top: 28px;
  }

  .cta-white-section .btn-row{
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .cta-white-section .btn{
    width: 100%;
    min-width: 100%;
  }

  .kspl-final-process h2{
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: -2px;
  }

  .kspl-final-process p{
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -1px;
  }

  .split{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .split > *{
    width: 100%;
    max-width: none;
  }

  .cards4{
    grid-template-columns: repeat(2, 1fr);
  }

  .hero .inner{
    grid-template-columns: 1fr;
  }

  .hero{
    background-position: 68% 58%;
    background-size: cover;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: calc(100vh - 86px);
  }

  html body .hero h1{
    font-weight: 900;
  }

  .index-philosophy-slider-section{
    padding: 24px 0 38px;
  }

  .index-materials-process-section .split{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .index-materials-process-section .image-card{
    border-radius: var(--radius-card);
    overflow: hidden;
  }

  .index-materials-process-section .image-card img{
    height: 220px;
    object-fit: cover;
  }

  html body .hero h1{
    font-size: 64px;
    line-height: 0.98;
    letter-spacing: -3px;
  }

  html body .hero-message-animate,
    html body .hero-message-animate p{
    margin-top: 52px;
  }

  html body .hero-message-animate,
    html body .hero-message-animate p,
    html body .hero-message-animate p span,
    html body .hero-message-animate span{
    font-size: 18px;
    line-height: 1.55;
  }

  html body .hero{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: calc(100vh - 86px);
  }

  html body .hero .inner{
    padding-top: 56px;
  }

  html body .kspl-p2-section.kspl-p2-index-feature{
    padding-top: 56px;
    padding-bottom: 66px;
  }

  .kspl-p2-index-feature .kspl-p2-head{
    max-width: 900px;
  }

  .kspl-p2-title-mobile{
    display: none;
  }

  .kspl-p2-title-desktop{
    display: inline;
  }

  .kspl-p2-index-feature .kspl-p2-head h2{
  width: 100%;
  font-size: 32px;
  line-height: 1.34;
  letter-spacing: -.85px;
  }

  .kspl-p2-index-feature .kspl-p2-main-visual{
    width: 100%;
    max-width: none;
    height: 360px;
    min-height: 360px;
    margin: 0;
  }

  .kspl-p2-index-feature .kspl-p2-main-visual img{
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center center;
  }

  .kspl-p2-product-summary{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }

  .kspl-p2-summary-image{
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .hero::before{
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: url("tablet-index.webp") 80% 80% /950px auto no-repeat var(--color-white);
    opacity: 0;
    transform: translateX(15px) scale(1.02);
    animation: heroBgEntranceFinalSoft 2.05s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  }

  html body{
    padding-top: 86px !important;
  }

  html body .kspl-brand-video-section{
    padding-top: 120px;
    padding-bottom: 116px;
  }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 768px){

.product-lineup-slider{
    position: relative;
  }

  .product-lineup-arrow{
    display: none;
  }

  .product-lineup-flat .product-card,
    .product-lineup-flat .product-card img{
    cursor: pointer !important;
  }

  .kspl-p2-index-feature .kspl-p2-main-visual img,
    .kspl-p2-product-summary .kspl-p2-summary-image img{
    cursor: pointer;
  }

  .cards4{
    grid-template-columns: repeat(2, 1fr);
  }

  .hero .inner{
    grid-template-columns: 1fr;
  }

  .kspl-final-process{
    margin: 72px auto 0;
    padding: 0 20px 84px;
  }

  .kspl-final-process h2{
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -1.2px;
  }

  .kspl-final-process p{
    margin-top: 16px;
    font-size: 23px;
    line-height: 1.28;
    letter-spacing: -1px;
  }

  .industry-bg-section::before,
    .industry-bg-section::after{
    display: none;
    content: none;
  }

  body{
    padding-top: 110px;
  }

  .wrap{
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-head{
    margin-bottom: 34px;
  }

  .section-head h2,
    h2{
    font-size: 29px;
    line-height: 1.32;
  }

  .section-head p{
    font-size: 16px;
    line-height: 1.75;
  }

  .kspl-card-wrap{
    padding: 0 16px;
  }

  .case-preview-modern,
    .case-preview{
    padding: 38px 0 44px;
  }

  .case-preview-box{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 14px;
    border-radius: var(--radius-card-lg);
  }

  .case-text h2{
    font-size: 25px;
    line-height: 1.25;
  }

  .case-text p{
    font-size: 15.5px;
    line-height: 1.6;
  }

  .adv-item{
    padding: 20px 18px;
  }

  .product-card img{
    height: 250px;
    padding: 14px;
  }

  .product-body{
    padding: 18px 16px 20px;
  }

  .product-body h3{
    font-size: 19px;
    white-space: normal;
  }

  .product-body p{
    line-height: 1.7;
  }

  .badge{
    font-size: 15px;
    padding: 10px 14px;
  }

  .image-card img{
    height: 240px;
  }

  .cta-white-section{
    padding: 56px 0 0;
  }

  .cta-white-card{
    grid-template-columns: 1fr;
    gap: 28px;
    border-radius: var(--radius-panel);
    padding: 34px 22px;
  }

  .cta-white-left h2{
    line-height: 1.34;
  }

  .cta-white-left p{
    font-size: 17px;
  }

  .cta-white-info{
    padding: 24px 20px;
    border-radius: var(--radius-card);
  }

  .cta-white-section .btn-row{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .cta-white-section .btn{
    width: 100%;
    min-width: 100%;
    height: 52px;
  }

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

  .industry-badges .badge{
    width: 100%;
    min-height: 54px;
    justify-content: flex-start;
    padding: 0 14px;
    border-radius: var(--radius-lg);
    font-size: 15.5px;
    line-height: 1.35;
    white-space: normal;
    text-align: left;
  }

  .industry-badges .badge::before{
    width: 4px;
    height: 4px;
    margin-right: 2px;
  }

  .hero{
    min-height: 700px;
    position: relative;
    overflow: hidden;
    background: var(--color-white);
    isolation: isolate;
  }

  .hero::before{
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: url("mobilea1.webp") center bottom / cover no-repeat var(--color-white);
    opacity: 0;
    transform: translateY(26px) scale(1.015);
    transform-origin: center center;
    animation: heroBgEntranceFinalSoft 2.05s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  }

  .hero .inner,
    .hero > .wrap.inner{
    position: relative;
    z-index: 2;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-top: 44px;
    padding-bottom: 72px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero .kicker{
    margin-bottom: 14px;
    padding-bottom: 8px;
    font-size: 13px;
    letter-spacing: 3px;
  }

  .hero h1{
    margin: 0;
    line-height: 1.28;
    letter-spacing: -1.1px;
  }

  .hero .btn-row{
    margin-top: 26px;
  }

  .kspl-card-showcase{
    padding-top: 38px;
    padding-bottom: 54px;
  }

  .section{
    padding-top: 56px;
    padding-bottom: 58px;
  }

  html body .hero{
    background-position: center bottom;
  }

  html body .hero .kicker{
    opacity: 0;
    transform: translateY(14px);
    animation: heroKickerEntranceFinalSoft 0.72s cubic-bezier(0.22, 0.61, 0.36, 1) 0.7s forwards;
  }

  html body .hero-copy-group{
    opacity: 1;
    visibility: visible;
    transform: none;
    animation: none;
  }

  html body .hero h1{
    opacity: 0;
    visibility: visible;
    transform: translateY(22px);
    animation: fadeUpKsplFinal 1.3s cubic-bezier(0.22, 0.61, 0.36, 1) 1.3s forwards;
  }

  html body .index-hero-brand-sub{
    opacity: 0;
    visibility: visible;
    transform: translateY(22px);
    animation: fadeUpKsplFinal 1.25s cubic-bezier(0.22, 0.61, 0.36, 1) 1.3s forwards;
  }

  html body .hero-message-animate{
    display: block;
    min-height: 0;
  }

  html body .hero-message-animate p,
    html body .hero-message-animate p span,
    html body .hero-message-animate span{
    -webkit-text-fill-color: var(--B-black);
    color: var(--B-black);
    text-shadow: none;
  }

  html body .hero-message-animate span{
    opacity: 0;
    visibility: visible;
    transform: translateY(18px);
    animation: fadeUpKsplFinal 1.7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    transition: none;
  }

  html body .hero-message-animate span:nth-child(1){
    animation-delay: 2.05s;
  }

  html body .hero-message-animate span:nth-child(2){
    animation-delay: 2.05s;
  }

  html body .hero-message-animate span:nth-child(3){
    animation-delay: 2.05s;
  }

  .adv-metric-grid{
    gap: 12px;
  }

  .adv-metric-card,
    .adv-metric-card:nth-child(1),
    .adv-metric-card:nth-child(4){
    grid-column: auto;
    min-height: auto;
    padding: 17px 16px 16px;
    align-items: stretch;
  }

  .adv-metric-top{
    min-height: 46px;
  }

  .adv-metric-icon{
    top: 17px;
    right: 16px;
    width: 34px;
    height: 34px;
    opacity: 0.5;
  }

  .adv-metric-number span{
    font-size: 39px;
  }

  .adv-metric-number em{
    margin-top: 5px;
    font-size: 10px;
  }

  .adv-metric-word{
    padding-top: 6px;
    font-size: 22px;
  }

  .adv-metric-card .adv-title{
    font-size: 17px;
    margin-bottom: 5px;
  }

  .adv-metric-card .adv-desc{
    line-height: 1.55;
  }

  .adv-metric-number .count-num{
    display: inline-block;
    min-width: 1.22em;
    font-variant-numeric: tabular-nums;
  }

  .count-anim-ready .adv-metric-card{
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .72s cubic-bezier(.22,.61,.36,1), transform .72s cubic-bezier(.22,.61,.36,1);
    will-change: opacity, transform;
  }

  .count-anim-ready .adv-metric-card.is-count-visible{
    opacity: 1;
    transform: translateY(0);
  }

  .count-anim-ready .adv-metric-card:nth-child(2){
    transition-delay: .08s;
  }

  .count-anim-ready .adv-metric-card:nth-child(3){
    transition-delay: .16s;
  }

  .count-anim-ready .adv-metric-card:nth-child(4){
    transition-delay: .24s;
  }

  .tech-mini-section{
    padding-top: 52px;
  }

  .tech-mini-section .wrap{
    max-width: 100%;
  }

  .tech-mini-head{
    margin-bottom: 24px;
  }

  .tech-mini-head h2{
    font-size: 29px;
    line-height: 1.32;
    letter-spacing: -1px;
  }

  .tech-mini-head p{
    font-size: 16px;
  }

  .tech-mini-body p{
    font-size: 14px;
    line-height: 1.55;
  }

  .tech-mini-link{
    margin-top: 20px;
  }

  .kspl-brand-statement-section{
    padding: 50px 0 54px;
  }

  .kspl-brand-statement{
    padding: 0 16px;
  }

  .kspl-brand-statement-kicker-row{
    grid-template-columns: minmax(34px, 1fr) auto minmax(34px, 1fr);
    gap: 14px;
  }

  .kspl-brand-statement-kicker-row::before,
    .kspl-brand-statement-kicker-row::after{
    height: 1px;
  }

  .kspl-brand-statement-kicker{
    letter-spacing: -0.1px;
  }

  .kspl-brand-statement h2{
    font-size: 26px;
    line-height: 1.36;
    letter-spacing: -0.8px;
  }

  .kspl-brand-statement p{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.65;
  }

  .kspl-brand-statement .btn.primary{
    max-width: 320px;
    min-width: 0;
    height: 58px;
  }

  .kspl-brand-statement .btn.primary svg{
    width: 19px;
    height: 19px;
  }

  .kspl-brand-statement-bottom-line{
    margin-top: 28px;
  }

  .kspl-carousel-viewport{
    border-radius: var(--radius-card-lg);
  }

  .kspl-carousel-slide{
    grid-template-columns: 1fr;
    gap: 88px;
    padding: 28px 20px 30px;
  }

  .kspl-carousel-image{
    min-height: 210px;
  }

  .kspl-carousel-image img{
    max-height: 220px;
  }

  .kspl-carousel-content h3{
    letter-spacing: -0.7px;
  }

  .kspl-carousel-content p{
    margin-bottom: 16px;
    line-height: 1.6;
  }

  .kspl-carousel-content li{
    font-size: 19px;
  }

  .kspl-carousel-btn{
    height: 48px;
  }

  .kspl-carousel-arrow{
    width: 38px;
    height: 38px;
    font-size: 27px;
    top: 24% !important;
  }

  .kspl-carousel-prev{
    left: 8px !important;
  }

  .kspl-carousel-next{
    right: 8px !important;
  }

  .product-lineup-flat{
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    touch-action: pan-x;
  }

  .product-lineup-flat::-webkit-scrollbar{
    display: none;
  }

  .product-lineup-flat .product-card{
    flex: 0 0 74vw;
    max-width: 74vw;
    scroll-snap-align: start;
    overflow: hidden;
    cursor: pointer;
  }

  .product-lineup-flat .product-card img{
  border-radius: 12px;
  height: 250px;
  padding: 14px;
  border: 1px solid #ededed;
  box-shadow: none;
  cursor: pointer !important;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-x;
  }

  .product-lineup-flat .product-body{
    padding: 18px 16px 20px;
  }

  .product-lineup-flat .product-body h3{
    font-size: 19px;
  }

  .product-lineup-flat .product-body p{
    line-height: 1.7;
  }

  .case-preview .case-preview-box{
    padding: 18px 14px;
  }

  .case-peek-viewport{
    overflow: visible;
  }

  .case-peek-track{
    padding: 2px 38px 8px 2px;
  }

  .case-peek-card{
    flex: 0 0 78vw;
    max-width: 78vw;
    border-radius: var(--radius-card);
  }

  .case-peek-image{
    height: 166px;
  }

  .case-peek-body{
    min-height: 116px;
    padding: 14px 15px 15px;
  }

  .case-peek-body p{
    font-size: 14.5px;
    line-height: 1.5;
    margin-bottom: 9px;
  }

  .case-peek-arrow{
    top: 42%;
  }

  .kspl-carousel-arrow:hover,
    .kspl-carousel-arrow:focus,
    .kspl-carousel-arrow:active,
    .kspl-carousel-arrow:focus-visible,
    .case-peek-arrow:hover,
    .case-peek-arrow:focus,
    .case-peek-arrow:active,
    .case-peek-arrow:focus-visible{
    -webkit-text-fill-color: var(--navy);
    background: var(--color-white);
    border-color: rgba(13, 30, 61, 0.12);
    color: var(--navy);
    box-shadow: none;
    outline: none;
  }

  html body{
    padding-top: 110px;
  }

  .hero-message-animate,
    .hero-message-animate p,
    .hero-message-animate p span,
    .hero-message-animate span{
    -webkit-text-fill-color: #111111;
    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.75;
    color: #111111;
  }

  .hero .hero-message-animate,
    .hero .hero-message-animate p,
    .hero .hero-message-animate p span,
    .hero .hero-message-animate span,
    html body .hero .hero-message-animate,
    html body .hero .hero-message-animate p,
    html body .hero .hero-message-animate p span,
    html body .hero .hero-message-animate span{
    -webkit-text-fill-color: #111111;
    color: #111111;
    letter-spacing: -0.2px;
  }

  .hero .hero-message-animate,
    html body .hero .hero-message-animate{
    max-width: 420px;
    margin-top: 48px;
  }

  .kspl-brand-video-section{
    padding: 64px 0 72px;
  }

  .kspl-brand-video-section .section-head{
    margin-bottom: 30px;
  }

  .kspl-brand-video-section h2{
    font-size: 33px;
    letter-spacing: -1.1px;
  }

  .kspl-brand-video-frame video,
    .kspl-brand-video-card video,
    .kspl-brand-video{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    transform: none;
  }

  html body .hero h1{
    font-weight: 900;
  }

  .index-hero-brand-sub{
    margin-top: 7px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }

  .hero .kspl-brand-hero-links{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 10px;
    transform: none;
  }

  .hero .kspl-brand-hero-links .btn{
    width: auto;
    min-width: 0;
    flex: 0 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6px;
    font-size: 13.5px;
    white-space: nowrap;
  }

  html body .hero h1{
    color: var(--color-text-strong);
    -webkit-text-fill-color: var(--color-text-strong);
  }

  .cta-white-section .wrap.cta-white-card{
    display: block;
    width: calc(100% - 32px);
    max-width: none;
    padding: 34px 22px;
    gap: 0;
  }

  .index-philosophy-slider-section{
    padding: 0px 0 28px;
  }

  .index-philosophy-slider,
    .index-philosophy-slide img{
    border-radius: var(--radius-panel);
  }

  .index-philosophy-dots{
    margin-top: 14px;
    gap: 8px;
  }

  .index-materials-process-section .split{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .index-materials-process-section .image-card{
    border-radius: 18px;
    overflow: hidden;
  }

  .index-materials-process-section .image-card img{
    height: 150px;
    object-fit: cover;
  }

  .index-materials-process-spacer{
    height: 12px;
  }

  .tech-mini-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }

  .tech-mini-card{
    display: flex;
    min-width: 0;
    height: auto;
    flex-direction: column;
    border-radius: var(--radius-lg);
    overflow: visible;
  }

  .tech-mini-card img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.72 / 1;
    object-fit: cover;
    object-position: center top;
  }

  .tech-mini-body{
    display: flex;
    min-height: 52px;
    padding: 10px 2px 6px;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: visible;
  }

  .tech-mini-body h3{
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.25px;
    overflow-wrap: anywhere;
  }

  .index-philosophy-slider{
    aspect-ratio: 5 / 3;
  }

  html body .hero .kicker{
    font-size: 13px;
    letter-spacing: 2.8px;
    margin-bottom: 18px;
  }

  html body .hero-message-animate,
    html body .hero-message-animate p{
    max-width: 420px;
    margin-top: 48px;
  }

  html body .hero h1{
    font-size: 60px;
    line-height: 0.98;
    letter-spacing: -3px;
  }

  html body .index-hero-brand-sub{
    margin-top: 7px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }

  html body .hero-message-animate,
    html body .hero-message-animate p,
    html body .hero-message-animate p span,
    html body .hero-message-animate span{
    display: block !important;
    color: #111111;
    -webkit-text-fill-color: #111111;
    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -0.2px;
    text-align: left;
    text-shadow: none;
  }

  html body .hero-message-animate{
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 420px;
    margin-top: 48px;
    position: relative !important;
    z-index: 5 !important;
  }

  .kspl-p2-index-feature .kspl-p2-head{
    margin-bottom: 24px;
  }

  .kspl-p2-title-desktop{
    display: none;
  }

  .kspl-p2-title-mobile{
    display: inline;
  }

  .kspl-p2-index-feature .kspl-p2-head h2{
    font-size: 24px;
    line-height: 1.42;
    letter-spacing: -.55px;
    max-width: 100%;
  }

  .kspl-p2-index-feature .kspl-p2-main-visual{
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
  }

  .kspl-p2-index-feature .kspl-p2-main-visual img{
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
  display: block;
  }

  .kspl-p2-section.kspl-p2-index-feature{
  padding-bottom: 54px;
  padding-top: 24px;
  }

  html body .product-lineup-flat{
    display: flex;
    flex-wrap: nowrap;
    grid-template-columns: none !important;
    gap: 16px !important;
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 20vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 16px !important;
    scroll-padding-right: 20vw !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x;
  }

  html body .product-lineup-flat .product-card{
    flex: 0 0 74vw !important;
    width: 74vw !important;
    max-width: 74vw !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
    cursor: pointer;
  }

  html body .product-lineup-flat .product-card img{
    border: 1px solid #ededed;
    box-shadow: none;
    cursor: pointer !important;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-x;
  }

  .kspl-p2-product-summary{
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 16px;
  justify-items: center;
  }

  .kspl-p2-summary-card{
  display: block;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  justify-self: center;
  }

  .kspl-p2-summary-image{
    width: 100%;
    height: 188px;
    margin-left: auto;
    margin-right: auto;
  }

  .kspl-p2-summary-image img{
  padding: 12px;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  object-position: center center;
  }

  .kspl-p2-summary-card h3{
  padding: 14px 14px 16px;
  font-size: 17px;
  line-height: 1.35;
  margin: 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }

  .hero .btn-row > a.btn{
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13.5px;
  }

  .kspl-product-family-lightbox,
    .kspl-case-lightbox,
    .kspl-products-lightbox,
    .kspl-brand-film-lightbox,
    .kspl-video-lightbox{
    padding: 18px;
  }

  .kspl-product-family-lightbox-stage{
    width: 100%;
    max-height: 78vh;
  }

  .kspl-product-family-lightbox img,
    .kspl-product-family-lightbox video,
    .kspl-case-lightbox img,
    .kspl-products-lightbox img,
    .kspl-brand-film-lightbox video,
    .kspl-video-lightbox video{
    max-width: calc(100vw - 36px);
    max-height: 78vh;
    border-radius: 14px;
  }

  .kspl-product-family-lightbox-close,
    .kspl-case-lightbox-close,
    .kspl-products-lightbox-close,
    .kspl-brand-film-lightbox-close,
    .kspl-video-lightbox-close,
    .kspl-product-family-lightbox .lightbox-close,
    .kspl-brand-film-lightbox .lightbox-close,
    .kspl-video-lightbox .lightbox-close{
    top: 12px !important;
    right: 12px !important;
    width: 46px;
    height: 46px;
  }
}

/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce){

.count-anim-ready .adv-metric-card{
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}
