﻿/* ==================================================
   MASTER CSS · case-all_MASTER_stage3.css
   Hero / Footer values preserved
================================================== */

:root{
  --A-gray: #444444;
  --B-black: #111111;
  --C-blue: #2a5fbe;
  --soft-blue: #ffffff;
  --soft-blue-2: #ffffff;
  --soft-green: #6ca78e;
  --green-text: #4f8a73;
  --E-navy: #0d1e3d;
  --navy: var(--E-navy);
  --text: var(--B-black);
  --muted: var(--A-gray);
  --blue: var(--C-blue);
  --blue-deep: var(--C-blue);
  --blue-hover: var(--C-blue);
  --hero-blue: #1546a8;
  --soft: #ffffff;
  --line: rgba(13, 30, 61, 0.11);
  --shadow: 0 14px 34px rgba(13, 30, 61, 0.045);
  --case-navy-1: #18345f;
  --case-navy-2: #24446f;
  --case-navy-3: #2a4d79;
  --footer: #1a1f24;
  --color-white: #ffffff;
  --color-white-short: #fff;
  --color-black: #111111;
  --color-gray-333: #333333;
  --color-gray-555: #555555;
  --color-gray-666: #666666;
  --color-bg-page: #fff;
  --color-bg-card: #ffffff;
  --color-bg-beige: #e7d8cb;
  --color-naver: #03c75a;
  --text-primary: var(--B-black);
  --text-secondary: var(--A-gray);
  --text-subtle: #666666;
  --bg-white: #fff;
  --bg-panel: #ffffff;
  --bg-soft-blue: var(--soft-blue);
  --bg-soft-blue-2: var(--soft-blue-2);
  --bg-beige: #e7d8cb;
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 18px;
  --radius-2xl: 20px;
  --radius-3xl: 22px;
  --radius-pill: 999px;
  --radius-circle: 50%;
  --shadow-card: 0 14px 34px rgba(13, 30, 61, 0.045);
  --shadow-card-soft: 0 10px 24px rgba(13, 30, 61, 0.035);
  --shadow-card-xs: 0 8px 18px rgba(13, 30, 61, 0.032);
  --shadow-blue-button: 0 14px 28px rgba(42, 95, 190, 0.2);
  --shadow-naver-button: 0 14px 28px rgba(3, 199, 90, 0.22);
  --button-blue: var(--C-blue);
  --button-blue-text: #ffffff;
  --button-naver: #03c75a;
  --button-white: #ffffff;
}

/* ==================================================
   ANIMATIONS
================================================== */

@keyframes fadeUpKsplFinal{
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.archive-hero{
  color: var(--B-black);
}

.archive-hero .inner{
  min-height: 640px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 54px;
  align-items: start;
  padding-top: 110px;
  padding-bottom: 70px;
}

.archive-copy{
  margin-left: 2px;
}

.archive-kicker{
  display: inline-block;
  margin: 0 0 18px 0;
  padding: 0 0 10px 0;
  color: var(--C-blue);
  -webkit-text-fill-color: var(--C-blue);
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: 3.2px;
  line-height: 1.25;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(42, 95, 190, 0.42);
}

.archive-note{
  max-width: 650px;
  margin-top: 130px;
  color: var(--B-black);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.15px;
}

.archive-note span{
  display: block;
  opacity: 0;
  transform: translateY(26px);
  animation: fadeUpKsplFinal 1.55s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.archive-note span:nth-child(1){
  animation-delay: 1.85s;
}

.archive-note span:nth-child(2){
  animation-delay: 2.15s;
}

.archive-note span:nth-child(3){
  animation-delay: 2.45s;
}

.archive-main{
  background: var(--color-white-short);
}

.archive-section{
  padding: 78px 0;
  background: var(--color-white-short);
}

.archive-section.soft{
  background: #ffffff;
}

.section-top{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.section-label{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 12px;
  color: var(--C-blue);
  -webkit-text-fill-color: var(--C-blue);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}

.section-label::after{
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: rgba(42, 95, 190, 0.34);
}

.section-label.green{
  color: var(--green-text);
  -webkit-text-fill-color: var(--green-text);
}

.section-label.green::after{
  background: rgba(79, 138, 115, 0.34);
}

.archive-count{
  color: rgba(13, 30, 61, 0.42);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.7px;
  white-space: nowrap;
}

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

.featured-card,
.archive-card{
  position: relative;
  overflow: hidden;
  background: var(--color-white-short);
  box-shadow: none;
}

.featured-card{
  min-height: 330px;
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(42, 95, 190, 0.12);
}

.featured-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( 180deg, rgba(255, 255, 255, 0.02) 0%, rgba(24, 52, 95, 0.28) 100% );
  z-index: 1;
}

.featured-card img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.93;
  filter: contrast(1.01) brightness(0.99);
}

.featured-card .archive-meta{
  position: absolute;
  left: 12px;
  top: 4px;
  right: auto;
  z-index: 2;
  padding: 0;
  color: var(--color-white-short);
  text-align: left;
}

.featured-card .archive-meta p{
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.2px;
  word-spacing: 3px;
}

.featured-copy{
  position: absolute;
  left: 17px;
  top: 50px;
  z-index: 2;
  width: 43%;
  color: var(--color-white-short);
  text-align: left;
  pointer-events: none;
}

.featured-copy-sub{
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.35px;
  white-space: nowrap;
}

.featured-copy-line{
  display: block;
  width: 20px;
  height: 2px;
  margin: 10px 0 12px;
  background: #2f7df4;
}

.featured-copy-title{
  margin: 0;
  color: var(--color-white-short);
  font-size: 36px;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -1.4px;
  word-break: keep-all;
}
.featured-card .archive-meta span{
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.8px;
}

.featured-card .archive-meta strong{
  display: block;
  color: var(--color-white-short);
  font-size: 26px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.6px;
}

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

.archive-card{
  min-height: 224px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  box-shadow: none;
}

.archive-image{
  height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  background: none;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

.archive-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.archive-card .archive-meta{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  padding: 14px 14px 16px;
}

.archive-card .archive-meta span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(4px);
}

.archive-card .archive-meta strong{
  color: var(--E-navy);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: -0.25px;
}

.archive-card .archive-meta p{
  width: 100%;
  margin: 6px 0 0;
  color: var(--A-gray);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.conf-wrap{
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

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

.case-cta{
  padding: 84px 0 0;
  background: var(--color-white-short);
}

.cta-btn{
  min-width: 220px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--C-blue);
  color: var(--color-white-short);
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.2px;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.cta-btn svg{
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cta-btn span{
  display: inline-block;
  flex: 0 0 auto;
  white-space: nowrap;
}

.kspl-final-process{
  margin: 96px auto 0;
  padding: 0 24px 110px;
  text-align: center;
  background: transparent;
}

.kspl-final-process h2{
  margin: 0;
  color: var(--E-navy);
  -webkit-text-fill-color: var(--E-navy);
  font-size: 77px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -2.8px;
}

.kspl-final-process p{
  margin: 22px 0 0;
  color: var(--E-navy);
  -webkit-text-fill-color: var(--E-navy);
  font-size: 45px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -1.4px;
}

.cta-btn:hover,
.cta-btn:focus-visible{
  background: #1f56b8;
  border-color: #1f56b8;
  color: var(--color-white-short);
  -webkit-text-fill-color: var(--color-white-short);
  transform: translateY(-2px);
  opacity: 1;
  box-shadow: 0 14px 28px rgba(42, 95, 190, 0.24);
}

.kspl-case-lightbox{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(18, 22, 28, 0.88);
}

.kspl-case-lightbox.is-open{
  display: flex;
}

.kspl-case-lightbox img{
  display: block;
  max-width: min(1180px, 94vw);
  max-height: 86vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.kspl-case-lightbox-close{
  position: absolute;
  top: 22px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
}

.kspl-case-lightbox-trigger{
  cursor: zoom-in;
}

#featured .featured-card,
#bobbin-core .archive-card,
#industrial .archive-card{
  cursor: zoom-in;
}

html body .archive-hero .archive-kicker{
  border-color: rgba(26, 31, 36, 0.28);
  padding-bottom: 0 !important;
}

html body .archive-note,
html body .archive-note span,
html body .archive-note-desktop,
html body .archive-note-desktop span{
  color: #111111;
  -webkit-text-fill-color: #111111;
}

.js-kspl-product-family-lightbox{
  cursor: zoom-in;
}

.js-kspl-product-family-lightbox img{
  cursor: zoom-in;
}

.caseall-philosophy-banner{
  padding-top: 62px;
  padding-bottom: 48px;
  margin-top: -20px;
  background: var(--color-white);
}

.caseall-brand-banner .wrap.js-contact-brand-image,
.caseall-philosophy-banner .wrap.js-contact-brand-image{
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity 2.2s cubic-bezier(0.22, 0.61, 0.36, 1), transform 2.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

.caseall-brand-banner .wrap.js-contact-brand-image.is-visible,
.caseall-philosophy-banner .wrap.js-contact-brand-image.is-visible{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.caseall-brand-banner .wrap,
.caseall-philosophy-banner .wrap{
  border-radius: 28px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: translateZ(0);
  aspect-ratio: 2.2 /1;
  height: auto;
  overflow: hidden;
}

.caseall-philosophy-banner-img{
  border-radius: 28px;
  cursor: zoom-in;
  border: 0;
  box-shadow: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.caseall-philosophy-strip{
  width: 100%;
  margin: 0;
  padding: 96px 0 86px;
  background: linear-gradient(180deg, var(--color-white-short) 0%, var(--color-white) 100%);
  border-bottom: 1px solid rgba(13, 30, 61, 0.06);
}

.caseall-philosophy-strip .wrap{
  max-width: 1240px;
}

.caseall-philosophy-head{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.caseall-philosophy-label{
  display: inline-block;
  margin: 0 0 22px;
  color: var(--C-blue);
  -webkit-text-fill-color: var(--C-blue);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 3.2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.caseall-philosophy-title{
  margin: 0;
  color: var(--color-black);
  -webkit-text-fill-color: var(--color-black);
  font-size: clamp(48px, 5.1vw, 76px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -3px;
}

.caseall-philosophy-title span{
  display: block;
}

.caseall-philosophy-copy{
  max-width: 620px;
  margin: 30px auto 0;
  color: var(--color-gray-333);
  -webkit-text-fill-color: var(--color-gray-333);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -0.35px;
}

.caseall-philosophy-icon-row{
  max-width: 760px;
  margin: 54px auto 0;
  padding-top: 2px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.caseall-philosophy-icon-item{
  position: relative;
  min-height: 104px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 13px;
}

.caseall-philosophy-icon-item + .caseall-philosophy-icon-item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 62px;
  transform: translateY(-50%);
  background: rgba(13, 30, 61, 0.16);
}

.caseall-philosophy-icon-item svg{
  width: 38px;
  height: 38px;
  color: var(--E-navy);
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.caseall-philosophy-icon-item strong{
  color: var(--color-black);
  -webkit-text-fill-color: var(--color-black);
  font-size: 18px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.04em;
}

.category-nav{
  position: sticky;
  top: 92px;
  z-index: 30;
  backdrop-filter: blur(10px);
  background: #1a1f24;
  border-top: 0;
  border-bottom: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.category-nav .wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 0;
}

.category-nav a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  transition: all 0.18s ease;
  min-height: 64px;
  padding: 0 42px;
  color: rgba(255, 255, 255, 0.85);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 0;
  background: transparent;
}

.category-nav a + a{
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.category-nav a:hover{
  background: transparent;
  color: var(--color-white);
  -webkit-text-fill-color: var(--color-white);
}

.category-nav a.active,
.category-nav a[aria-current="page"]{
  color: var(--color-white);
  -webkit-text-fill-color: var(--color-white);
  font-weight: 600;
}

html body .archive-hero{
  position: relative !important;
  overflow: hidden !important;
  background: #fff;
  isolation: isolate !important;
}

html body .archive-hero > .wrap.inner,
html body .archive-hero .inner{
  position: relative !important;
  z-index: 2 !important;
  transform: translateY(-9px) !important;
}

html body .archive-hero .inner > div{
  position: relative !important;
  z-index: 2 !important;
  transform: translate(-2px, -9px) !important;
}

html body .archive-hero .archive-kicker{
  visibility: visible;
  transform: translateY(18px) !important;
  animation: aboutPhilosophyFadeUp 1.0s ease-out .30s both !important;
}

html body .archive-hero .archive-submark{
  visibility: visible;
  transform: translateY(30px) !important;
  animation: aboutPhilosophyTitleUp 1.10s ease-out .58s both !important;
}

html body .archive-hero .archive-hero-brand-sub{
  visibility: visible;
  transform: translateY(24px) !important;
  animation: aboutPhilosophyFadeUp 1.00s ease-out .86s both !important;
}

html body .archive-hero .archive-note,
html body .archive-hero .archive-note-desktop{
  opacity: 1;
  visibility: visible;
  transform: none !important;
}

html body .archive-hero .archive-note span,
html body .archive-hero .archive-note-desktop span{
  opacity: 0;
  transform: translateY(26px);
  animation-name: fadeUpKsplFinal !important;
  animation-duration: 1.7s !important;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  animation-fill-mode: forwards !important;
}

@keyframes aboutPhilosophyBgSettle{
  from {
    opacity: 0;
    transform: translateY(26px) scale(1.015);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes aboutPhilosophyBgSettleMobile{
  from {
    opacity: 0;
    transform: translateY(22px) scale(1.01);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1.01);
  }
}

@keyframes aboutPhilosophyFadeUp{
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aboutPhilosophyTitleUp{
  from {
    opacity: 0;
    transform: translateY(30px);
    letter-spacing: -1px;
  }

  to {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: -3px;
  }
}

@keyframes aboutPhilosophyTitleUpMobile{
  from {
    opacity: 0;
    transform: translateY(26px);
    letter-spacing: -0.4px;
  }

  to {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: -1.6px;
  }
}

html body .archive-hero .archive-submark,
html body .archive-hero .archive-hero-brand-sub{
  position: relative !important;
  top: -12px !important;
}

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

.case-cta .wrap{
  max-width: 1240px;
}

.case-cta .cta-card{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  width: 100%;
  margin: 0 auto;
  padding: 34px 48px;
  border-radius: var(--radius-xl);
  background: #ffffff;
  border: 1px solid rgba(42, 95, 190, 0.16);
  box-shadow: none;
}

.case-cta .cta-card h2{
  margin: 0;
  color: var(--E-navy);
  -webkit-text-fill-color: var(--E-navy);
  font-size: 31px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.7px;
}

.case-cta .cta-card p{
  margin: 10px 0 0;
  color: var(--A-gray);
  -webkit-text-fill-color: var(--A-gray);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.25px;
}

.case-cta .cta-btn-wrap{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: nowrap;
}

.case-cta .cta-btn{
  min-width: 220px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--C-blue);
  color: var(--color-white-short);
  -webkit-text-fill-color: var(--color-white-short);
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.kspl-product-family-lightbox,
.kspl-case-lightbox,
.kspl-products-lightbox{
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  background: rgba(18, 22, 28, 0.88);
}

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

.kspl-product-family-lightbox-stage{
  width: min(1180px, 94vw);
  max-height: 86vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.kspl-product-family-lightbox img,
.kspl-case-lightbox img,
.kspl-products-lightbox img{
  display: block;
  max-width: min(1180px, 94vw);
  max-height: 86vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.kspl-product-family-lightbox-close,
.kspl-case-lightbox-close,
.kspl-products-lightbox-close{
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 100001;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  -webkit-text-fill-color: #111;
  font-size: 29px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

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

html body .menu-close,
html body .menu-close::before,
html body .menu-close::after,
html body .drawer-close,
html body .drawer-close::before,
html body .drawer-close::after,
html body .nav-close,
html body .nav-close::before,
html body .nav-close::after,
html body .mobile-menu-close,
html body .mobile-menu-close::before,
html body .mobile-menu-close::after,
html body .hamburger-close,
html body .hamburger-close::before,
html body .hamburger-close::after{
  color: #111;
  -webkit-text-fill-color: #111;
  background: #111;
  border-color: #111;
}

.archive-hero{
  position: relative;
  min-height: calc(100vh - 86px);
  background: #fff;
}

html body .archive-hero::before{
  content: "";
  display: block !important;
  position: absolute !important;
  inset: -32px 0 -32px 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background: url("a6.webp") 58% center / cover no-repeat #fff;
  transform-origin: center center !important;
  animation: aboutPhilosophyBgSettle 2.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s both !important;
}

html body .archive-hero h1,
html body .archive-submark{
  margin: 0 !important;
  color: var(--color-black) !important;
  -webkit-text-fill-color: var(--color-black) !important;
  font-size: 92px !important;
  font-weight: 900 !important;
  line-height: 0.96 !important;
  letter-spacing: -4px !important;
}

html body .archive-hero h1 *,
html body .archive-submark *{
  color: var(--color-black) !important;
  -webkit-text-fill-color: var(--color-black) !important;
}

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

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

@media (min-width: 1281px){

.archive-section{
    padding: 94px 0;
  }

  .caseall-philosophy-strip{
    padding: 110px 0 102px;
  }

  .caseall-philosophy-banner{
    padding-top: 78px;
    padding-bottom: 64px;
  }

  .case-cta{
    padding-top: 100px;
  }

  .kspl-final-process{
    margin-top: 112px;
    padding-bottom: 126px;
  }

  .featured-card,
      .archive-card{
    transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
  }

  .featured-card img,
      .archive-image img{
    transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
  }

  .featured-card:hover,
      .archive-card:hover{
    transform: translateY(-4px);
    border-color: rgba(42, 95, 190, 0.18);
    box-shadow: none;
  }

  .featured-card:hover img,
      .archive-card:hover .archive-image img{
    transform: scale(1.03);
  }
}

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

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

.archive-section{
    padding: 92px 0;
  }

  .case-cta{
    padding-top: 98px;
  }

  .kspl-final-process{
    margin-top: 110px;
    padding-bottom: 124px;
  }

  html body{
    padding-top: 86px;
  }

  .archive-hero{
    min-height: calc(100vh - 86px);
  }

  .archive-hero .inner{
    min-height: calc(100vh - 86px);
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
    padding-bottom: 64px;
  }

  .archive-note{
    max-width: 500px;
    margin-top: 52px;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 600;
  }

  .category-nav{
    top: 86px;
  }

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

  .archive-grid{
    grid-template-columns: repeat(3, 1fr);
  }

  .caseall-philosophy-banner{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .caseall-philosophy-strip{
    padding: 92px 0 86px;
  }

  .caseall-philosophy-title{
    font-size: 59px;
    line-height: 1.13;
    letter-spacing: -2.2px;
  }

  .caseall-philosophy-copy{
    font-size: 20px;
  }

  .caseall-philosophy-icon-row{
    max-width: 700px;
    margin-top: 46px;
  }

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

  .archive-hero .inner{
    padding-top: 42px !important;
  }

  .archive-kicker{
    margin-bottom: 18px !important;
  }

  html body .archive-note,
      html body .archive-note-desktop{
    max-width: 650px !important;
    margin-top: 130px !important;
    font-size: 21px;
  }

  html body .archive-hero{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  html body .archive-hero::before{
    background: url("tablet-landscapecaseall.webp") 100% center / cover no-repeat #fff;
  }

  html body .archive-hero h1,
      html body .archive-submark{
    margin: 0 !important;
    font-size: 72px !important;
    line-height: 0.96 !important;
    letter-spacing: -3px !important;
  }

  html body .archive-hero-brand-sub{
    margin: 9px 0 0 !important;
    font-size: 34px !important;
    line-height: 1.14 !important;
    letter-spacing: -1.3px !important;
  }

  .featured-card,
      .archive-card{
    transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
  }

  .featured-card img,
      .archive-image img{
    transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
  }

  .featured-card:hover,
      .archive-card:hover{
    transform: translateY(-4px);
    border-color: rgba(42, 95, 190, 0.18);
    box-shadow: none;
  }

  .featured-card:hover img,
      .archive-card:hover .archive-image img{
    transform: scale(1.03);
  }

  .archive-hero{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  html body .archive-note,
      html body .archive-note span,
      html body .archive-note-desktop,
      html body .archive-note-desktop span{
    color: #111111;
    -webkit-text-fill-color: #111111;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: -0.15px;
  }

  html body .archive-hero{
    min-height: calc(100vh - 86px) !important;
    background: #fff;
  }

  html body .archive-hero .inner{
    min-height: calc(100vh - 86px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    align-items: start !important;
    padding-bottom: 64px !important;
  }

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

  .js-kspl-product-family-lightbox,
      .js-kspl-product-family-lightbox img{
    cursor: zoom-in;
  }

  html body .archive-copy{
    margin-left: 0px;
  }
}

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

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

  .featured-copy{
    left: 17px;
    top: 50px;
    width: 42%;
}

.featured-copy-sub{
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.45px;
}

.featured-copy-line{
    width: 21px;
    margin: 10px 0 12px;
}

.featured-copy-title{
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1.5px;
}


.archive-hero{
    min-height: calc(100vh - 86px);
  }

  .archive-hero .inner{
    min-height: calc(100vh - 86px);
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .archive-note{
    max-width: 500px;
    margin-top: 52px;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 600;
  }

  .category-nav{
    top: 86px;
  }

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

  .archive-grid{
    grid-template-columns: repeat(3, 1fr);
  }

  .caseall-philosophy-banner{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .caseall-philosophy-strip{
    padding: 78px 0 72px;
  }

  .caseall-philosophy-title{
    font-size: 59px;
    line-height: 1.13;
    letter-spacing: -2.2px;
  }

  .caseall-philosophy-copy{
    font-size: 20px;
  }

  .caseall-philosophy-icon-row{
    max-width: 700px;
    margin-top: 46px;
  }

  .archive-hero{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  html body .archive-note,
      html body .archive-note span,
      html body .archive-note-desktop,
      html body .archive-note-desktop span{
    color: #111111;
    -webkit-text-fill-color: #111111;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: -0.15px;
  }

  html body .archive-hero .inner{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    align-items: start !important;
    padding-bottom: 64px !important;
  }

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

  .archive-kicker{
    font-size: 14.5px;
    letter-spacing: 3.2px;
  }

  html body .archive-hero{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: calc(100vh - 86px) !important;
    background: #fff !important;
    background-image: none !important;
  }

  html body .archive-hero .inner{
    min-height: calc(100vh - 86px) !important;
    padding-top: 58px !important;
  }

  html body .archive-note,
      html body .archive-note-desktop{
    max-width: 500px !important;
    margin-top: 58px !important;
    font-size: 19px;
  }

  .category-nav .wrap{
    justify-content: center;
  }

  .category-nav a{
    min-height: 52px;
    padding: 0 28px;
    font-size: 15px;
  }

  html body .archive-hero::before{
    inset: 0 !important;
    background: url("mobilea6.webp") 80% 85% / 950px auto no-repeat #fff !important;
  }

  html body .archive-hero h1,
      html body .archive-submark{
    margin: 0 0 0 !important;
    font-size: 64px !important;
    line-height: 0.98 !important;
    letter-spacing: -3px !important;
  }

  html body .archive-hero-brand-sub{
    margin: 12px 0 0 !important;
    font-size: 30px !important;
    line-height: 1.16 !important;
    letter-spacing: -1.1px !important;
  }

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

  html body .archive-copy{
    margin-left: 0px;
  }


  /* Wide detail lightbox: selected banners only */
  .kspl-product-family-lightbox.is-wide-detail{
    padding: 0;
  }

  .kspl-product-family-lightbox.is-wide-detail .kspl-product-family-lightbox-stage{
    width: 100%;
    height: 100%;
    max-height: none;
    justify-content: flex-start;
    overflow: auto;
    padding: 72px 20px 32px;
  }

  .kspl-product-family-lightbox.is-wide-detail img{
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    height: calc(100vh - 112px);
    height: calc(100dvh - 112px);
    max-height: none;
    object-fit: contain;
  }
}

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

@media (max-width: 768px){

  .featured-copy{
    left: 17px;
    top: 50px;
    width: 50%;
  }

  .featured-copy-sub{
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.45px;
  }

  .featured-copy-line{
    width: 21px;
    margin: 10px 0 12px;
  }

  .featured-copy-title{
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -1.5px;
  }


.case-cta .cta-card{
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 24px;
    border-radius: var(--radius-xl);
  }

  .archive-copy{
    margin-left: -2px;
  }

  .case-cta .cta-card h2{
    font-size: 26px;
  }

  .case-cta .cta-btn-wrap{
    justify-content: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .case-cta .cta-btn{
    width: 100%;
    min-width: 0;
    height: 54px;
  }

  html body{
    padding-top: 110px;
  }

  .archive-hero .inner{
    min-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 44px;
    padding-bottom: 72px;
  }

  .category-nav{
    position: relative;
    top: auto;
  }

  .category-nav .wrap::-webkit-scrollbar{
    display: none;
  }

  .archive-section{
    padding: 56px 0;
  }

  .section-top{
    display: block;
    margin-bottom: 24px;
  }

  .section-label{
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 2.8px;
  }

  .section-label::after{
    width: 42px;
  }

  .section-top h2{
    font-size: 31px;
    line-height: 1.32;
    letter-spacing: -0.8px;
  }

  .section-top p{
    font-size: 16.5px;
    line-height: 1.75;
  }

  .archive-count{
    display: block;
    margin-top: 14px;
  }

  .featured-grid,
      .archive-grid{
    grid-template-columns: 1fr;
  }

  .featured-grid{
    gap: 14px;
  }

  .featured-card{
    min-height: 280px;
    border-radius: var(--radius-xl);
  }

  .archive-grid{
    gap: 16px;
  }

  .archive-card{
    min-height: 240px;
  }

  .archive-image{
    height: 200px;
    margin-bottom: 0;
  }

  .archive-meta strong{
    font-size: 14.5px;
  }

  .archive-meta p{
    font-size: 13.5px;
    line-height: 1.45;
  }

  .archive-meta span{
    font-size: 14px;
  }

  .conf-wrap{
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .cta-card{
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 24px;
    border-radius: var(--radius-xl);
  }

  .cta-card h2{
    font-size: 26px;
  }

  .cta-btn{
    width: 100%;
    min-width: 0;
    height: 54px;
  }

  .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;
  }

  .kspl-case-lightbox{
    padding: 14px;
  }

  .kspl-case-lightbox img{
    max-width: 94vw;
    max-height: 82vh;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  }

  .kspl-case-lightbox-close{
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    font-size: 29px;
  }

  .caseall-philosophy-banner{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .caseall-brand-banner .wrap,
      .caseall-philosophy-banner .wrap,
      .caseall-philosophy-banner-img{
    border-radius: 24px;
  }

  .case-cta{
    padding-top: 56px;
  }

  #confidential{
    padding-top: 46px;
  }

  section#confidential.archive-section.soft{
    padding-top: 36px;
  }

  .caseall-brand-banner .wrap,
      .caseall-philosophy-banner .wrap{
    aspect-ratio: 2.0 /1;
  }

  .caseall-philosophy-strip{
    padding: 62px 0 58px;
  }

  .caseall-philosophy-head{
    text-align: left;
  }

  .caseall-philosophy-label{
    margin-bottom: 16px;
    font-size: 13.5px;
    letter-spacing: 2.8px;
  }

  .caseall-philosophy-icon-row{
    max-width: 100%;
    margin-top: 38px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .caseall-philosophy-icon-item{
    min-height: 86px;
    gap: 10px;
  }

  .caseall-philosophy-icon-item + .caseall-philosophy-icon-item::before{
    height: 52px;
  }

  .category-nav .wrap{
  overflow-x: auto;
  padding-left: 20px;
  padding-right: 20px;
  scrollbar-width: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  }

  .category-nav a{
  font-size: 15px;
  flex: 1 1 0;
  padding: 0 8px;
  text-align: center;
  justify-content: center;
  }

  .archive-note,
      .archive-note span{
    display: block !important;
    color: #111111;
    -webkit-text-fill-color: #111111;
    font-size: 17.5px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -0.2px;
    text-align: left !important;
    text-shadow: none;
  }

  .archive-note{
    max-width: 420px !important;
    margin-top: 48px !important;
  }

  .archive-note-desktop{
    display: none !important;
  }

  html body .archive-note,
      html body .archive-note span,
      html body .archive-note-desktop,
      html body .archive-note-desktop span{
    display: block !important;
    color: #111111;
    -webkit-text-fill-color: #111111;
    font-size: 17.5px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -0.2px;
    text-align: left !important;
    text-shadow: none;
  }

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

  html body .archive-hero{
    background: #fff;
    background-image: none !important;
  }

  html body .archive-hero .archive-submark{
    animation-name: aboutPhilosophyTitleUpMobile !important;
  }

  html body .archive-hero .archive-submark,
      html body .archive-hero .archive-hero-brand-sub{
    top: -8px !important;
  }

  .archive-hero{
    min-height: 700px;
    background: #fff;
  }

  html body .archive-hero::before{
    inset: -112px 0 -8px 0 !important;
    background: url("mobilea6.webp") center bottom / cover no-repeat #fff;
    transform: translateY(22px) scale(1.01) !important;
    animation-name: aboutPhilosophyBgSettleMobile !important;
  }

  html body .archive-hero h1,
      html body .archive-submark{
    margin: -4px 0 0 !important;
    font-size: 60px !important;
    line-height: 0.98 !important;
    letter-spacing: -3px !important;
  }

  html body .archive-hero-brand-sub{
    margin: 16px 0 0 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.8px !important;
  }

  .js-kspl-product-family-lightbox,
      .js-kspl-product-family-lightbox img{
    cursor: zoom-in;
  }

  .caseall-philosophy-title{
  line-height: 1.18;
  font-size: 34px;
  letter-spacing: -1.4px;
  }

  .caseall-philosophy-copy{
  max-width: 100%;
  margin-top: 24px;
  line-height: 1.78;
  letter-spacing: -0.25px;
  font-size: 16.8px;
  }

  .caseall-philosophy-icon-item svg{
  stroke-width: 1.7;
  width: 28px;
  height: 28px;
  }

  .caseall-philosophy-icon-item strong{
  letter-spacing: 0.05em;
  font-size: 11.5px;
  }


  /* Wide detail lightbox: selected banners only */
  .kspl-product-family-lightbox.is-wide-detail{
    padding: 0;
  }

  .kspl-product-family-lightbox.is-wide-detail .kspl-product-family-lightbox-stage{
    width: 100%;
    height: 100%;
    max-height: none;
    justify-content: flex-start;
    overflow: auto;
    padding: 66px 14px 24px;
  }

  .kspl-product-family-lightbox.is-wide-detail img{
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    height: calc(100vh - 90px);
    height: calc(100dvh - 90px);
    max-height: none;
    object-fit: contain;
  }
}
