/* ==================================================
KSPL CSS v2.0
Geumseong Plastic Design System
Cascade-safe cleanup · responsive behavior preserved
================================================== */

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

:root{
--page-active-color: #111111;
--page-hover-color: #777777;
--green-text: #4f8a73;
--navy: var(--E-navy);
--text: var(--B-black);
--muted: var(--A-gray);
--blue: var(--C-blue);
--blue-hover: var(--C-blue);
--soft: #ffffff;
--line: rgba(13, 30, 61, 0.11);
--shadow: 0 14px 34px rgba(13, 30, 61, 0.045);
--color-white: #ffffff;
--color-white-short: #fff;
--color-black: #111111;
--color-naver: #03c75a;
--radius-md: 12px;
--radius-lg: 16px;
--radius-xl: 18px;
--radius-pill: 999px;
--radius-circle: 50%;
--shadow-card: 0 14px 34px rgba(13, 30, 61, 0.045);
--shadow-blue-button: 0 14px 28px rgba(42, 95, 190, 0.2);
--shadow-naver-button: 0 14px 28px rgba(3, 199, 90, 0.22);
}
main{
font-family:"Paperlogy","Pretendard",sans-serif;
}


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

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

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

.archive-hero .inner{
max-width: 1500px;
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:700;
letter-spacing: 3.2px;
line-height: 1.15;
text-transform: uppercase;
border-bottom: 1px solid rgba(42, 95, 190, 0.42);
}

.archive-note{
font-family:"Paperlogy","Pretendard",sans-serif;
max-width: 650px;
margin-top: 130px;
color: var(--B-black);
font-size: 20px;
font-weight:450;
line-height: 1.7;
letter-spacing: -0.15px;
transform: translateY(-87px);
}

.archive-note span{
font-family:"Paperlogy","Pretendard",sans-serif;
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){
font-family:"Paperlogy","Pretendard",sans-serif;
animation-delay: 1.85s;
}

.archive-note span:nth-child(2){
font-family:"Paperlogy","Pretendard",sans-serif;
animation-delay: 2.15s;
}

.archive-note span:nth-child(3){
font-family:"Paperlogy","Pretendard",sans-serif;
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: #666666;
-webkit-text-fill-color: #666666;
font-size: clamp(14px, calc(11.483px + 0.327vw), 16px);
font-weight:700;
line-height: 1.15;
letter-spacing: 2.3px;
text-transform: uppercase;
}

.section-label::after{
content: "";
display: block;
width: 56px;
height: 1px;
background: #E8EBEF;
}

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

.section-label.green::after{
background: rgba(102, 102, 102, 0.18);
}

.archive-count{
color: #666666;
font-size: 15px;
font-weight:700;
letter-spacing: 0.7px;
white-space: nowrap;
}

.featured-grid{
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(14px, calc(8.966px + 0.655vw), 18px);
}

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

.featured-card{
min-height: 330px;
padding: 28px;
border-radius: 0;
border: 1px solid rgba(101, 150, 216, 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: 1;
filter: none;
}

.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.45;
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.35;
letter-spacing: -0.35px;
white-space: nowrap;
}

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

.featured-copy-title{
margin: 0;
color: var(--color-white-short);
font-size: clamp(32px, calc(26.966px + 0.655vw), 36px);
font-weight:700;
line-height: 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:700;
letter-spacing: 0.8px;
}

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

.archive-grid{
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: clamp(14px, calc(11.483px + 0.327vw), 16px);
}

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

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

.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: #666666;
font-size: 15px;
font-weight:700;
line-height: 0.9;
transform: translateY(4px);
}

.archive-card .archive-meta strong{
color: #111111;
font-size: 17px;
font-weight:700;
line-height: 1.25;
letter-spacing: -0.25px;
}

.archive-card .archive-meta p{
width: 100%;
margin: 6px 0 0;
color: #666666;
font-size: 15px;
font-weight:600;
line-height: 1.4;
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 100px;
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: #6596D8;
color: var(--color-white-short);
font-size: 16.5px;
font-weight:700;
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{
color: #F5F5F2;
-webkit-text-fill-color: #F5F5F2;
font-size: clamp(35px, calc(18.848px + 4.141vw), 76px);
font-weight:700;
line-height: 0.92;
letter-spacing: 0.04em;
margin: 0;

text-transform: none;}

.kspl-final-process p{
color: #F5F5F2;
-webkit-text-fill-color: #F5F5F2;
font-size: 44px;
font-weight:700;
line-height: 1.15;
letter-spacing: -1.4px;
margin: 22px 0 0;
}

.cta-btn:hover,
.cta-btn:focus-visible{
background: #6596D8;
border-color: #6596D8;
color: var(--color-white-short);
-webkit-text-fill-color: var(--color-white-short);
transform: translateY(-2px);
opacity: 1;
box-shadow: 0 14px 28px rgba(101, 150, 216, 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: cover;
overflow: hidden;
border-radius: 0;
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: 0.9;
cursor: pointer;
}

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

html body .archive-note,
html body .archive-note span,
html body .archive-note-desktop,
html body .archive-note-desktop span{
font-family:"Paperlogy","Pretendard",sans-serif;
color: #111111;
-webkit-text-fill-color: #111111;
}

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


.caseall-brand-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{
opacity: 1;
transform: translate3d(0, 0, 0);
}

.caseall-brand-banner .wrap{
width: 100%;
max-width: 1380px;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0;
box-sizing: border-box;
-webkit-mask-image: -webkit-radial-gradient(white, black);
transform: translateZ(0);
aspect-ratio: 2.2 / 1;
height: auto;
overflow: hidden;
border-radius: 0;
}


.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);
font-family:"Pretendard", sans-serif;
}

.caseall-philosophy-strip .wrap{
max-width: 1380px;
font-family:"Pretendard",sans-serif;
}

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

.caseall-philosophy-label{
display: inline-block;
margin: 0 0 22px;
color: #666666;
-webkit-text-fill-color: #666666;
font-size: 15px;
font-weight:700;
letter-spacing: 3.2px;
line-height: 1.1;
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:700;
line-height: 1.20;
letter-spacing: -3px;
}

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

.caseall-philosophy-copy{
max-width: 620px;
margin: 40px auto 0;
color: #666666;
-webkit-text-fill-color: #666666;
font-size: 22px;
font-weight:600;
line-height: 1.65;
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: #0D1E3D;
stroke: currentColor;
fill: none;
stroke-width: 1.75;
stroke-linecap: round;
stroke-linejoin: round;
}

.caseall-philosophy-icon-item strong{
color: #111111;
-webkit-text-fill-color: #111111;
font-size: 18px;
font-weight:600;
line-height: 0.9;
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;
overflow: hidden;
border-radius: 0;
background: #fff;
isolation: isolate;
font-family:"Pretendard",sans-serif;
}

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

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

html body .archive-hero .archive-submark{
visibility: visible;
translate: 0 30px;
animation: aboutPhilosophyTitleUp 1.10s ease-out .58s both;
}

html body .archive-hero .archive-hero-brand-sub{
visibility: visible;
translate: 0 24px;
animation: aboutPhilosophyFadeUp 1.00s ease-out .86s both;
}

html body .archive-hero .archive-note,
html body .archive-hero .archive-note-desktop{
    font-family:"Paperlogy","Pretendard",sans-serif;
    max-width: 650px;
    margin-top: 52px;
    font-size: 20px;
    transform: translateY(20px);
}

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

@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);
}

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

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

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

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

html body .archive-hero .archive-kicker{
border-color: rgba(26, 31, 36, 0.28);
visibility: visible;
translate: 0 18px;
animation: aboutPhilosophyFadeUp 1.0s ease-out .30s both;
display: inline-block;
margin: 0 0 18px 0;
padding: 0;
color: #1a1f24;
-webkit-text-fill-color: #1a1f24;
font-size: 13.5px;
font-weight: 800;
letter-spacing: 3.2px;
line-height: 1.4;
text-transform: uppercase;
text-shadow: none;
border: 0;
border-bottom: 0;
background: transparent;
}

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

.case-cta .cta-card{
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: clamp(24px, calc(13.931px + 1.309vw), 32px);
width: 100%;
margin: 0 auto;
padding: 34px clamp(24px, calc(-6.206px + 3.928vw), 48px);
border-radius: 0;
background: #ffffff;
border: 1px solid rgba(101, 150, 216, 0.16);
box-shadow: none;
}

.case-cta .cta-custom-inquiry-kicker{
display: block;
margin: 0 0 12px;
color: #666666;
-webkit-text-fill-color: #666666;
font-size: 12.5px;
font-weight:700;
letter-spacing: 2.8px;
line-height: 1.3;
text-transform: uppercase;
}

.case-cta .cta-card h2{
margin: 0;
color: #111111;
-webkit-text-fill-color: #111111;
font-size: clamp(25px, calc(19.966px + 0.655vw), 29px);
font-weight:700;
line-height: 1.4;
letter-spacing: -0.65px;
}

.case-cta .cta-card p{
margin: 18px 0 0;
color: var(--A-gray);
-webkit-text-fill-color: var(--A-gray);
font-size: clamp(16px, calc(10.966px + 0.655vw), 20px);
font-weight:600;
line-height: 1.7;
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: #6596D8;
color: var(--color-white-short);
-webkit-text-fill-color: var(--color-white-short);
font-size: 16.5px;
font-weight:700;
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: cover;
overflow: hidden;
border-radius: 0;
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;
border-radius: var(--radius-xl);
}

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{
color: var(--B-black);
position: relative;
min-height: calc(100vh - 86px);
background: #fff;
}

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

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

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

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

/* =========================================================
   PC START
   1281px 이상
========================================================= */


/* =========================================================
   CASE ARCHIVE PHILOSOPHY BANNER — CONSOLIDATED
========================================================= */
.caseall-philosophy-banner{
  width:100%;
  margin:0;
  padding:0;
  background:#fff;
}
.caseall-philosophy-banner .wrap{
  width:100%;
  max-width:1380px;
  margin-left:auto;
  margin-right:auto;
  padding:0;
  box-sizing:border-box;
  aspect-ratio:2.2 / 1;
  height:auto;
  overflow:hidden;
  border-radius:0;
  -webkit-mask-image:-webkit-radial-gradient(white, black);
  transform:translateZ(0);
}
.caseall-philosophy-banner .wrap.js-contact-brand-image{
  opacity:0;
  transform:translateY(34px);
}
.caseall-philosophy-banner .wrap.js-contact-brand-image.is-visible{
  animation:fadeUpKsplFinal 2.2s cubic-bezier(.22,.61,.36,1) forwards;
}
.caseall-philosophy-banner-img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  border:0;
  border-radius:0;
  transform:none;
  cursor:zoom-in;
}

/* =========================================================
   CASE LIGHTBOX DETAIL — MASTER TEST / CASE 01
   Existing image-only lightbox remains unchanged for all
   cards except items marked data-lightbox-detail="true".
   ========================================================= */
.kspl-case-lightbox-stage{
  display:flex;
  align-items:stretch;
  justify-content:center;
  max-width:min(1180px,94vw);
  max-height:86vh;
  box-sizing:border-box;
}

.kspl-case-lightbox-media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
}

.kspl-case-lightbox-detail{
  display:none;
}

.kspl-case-lightbox.has-detail .kspl-case-lightbox-stage{
  width:min(1180px,94vw);
  min-height:min(680px,82vh);
  overflow:hidden;
  background:#ffffff;
  box-shadow:0 24px 70px rgba(0,0,0,0.36);
}

.kspl-case-lightbox.has-detail .kspl-case-lightbox-media{
  flex:0 0 67%;
  background:#ffffff;
  overflow:hidden;
}

.kspl-case-lightbox.has-detail .kspl-case-lightbox-media img{
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:contain;
  background:#ffffff;
  box-shadow:none;
}

.kspl-case-lightbox.has-detail .kspl-case-lightbox-detail{
  flex:1 1 33%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:52px 44px 48px;
  box-sizing:border-box;
  background:#f6f7f9;
  color:#111111;
  font-family:"Pretendard",sans-serif;
}

.kspl-case-lightbox-kicker{
  margin:0 0 14px;
  color:#6d7785;
  font-size:11px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:.15em;
}

.kspl-case-lightbox-title{
  margin:0;
  color:#111111;
  font-family:"Paperlogy","Pretendard",sans-serif;
  font-size:clamp(25px,2.1vw,34px);
  font-weight:700;
  line-height:1.18;
  letter-spacing:-.045em;
}

.kspl-case-lightbox-subtitle{
  margin:12px 0 0;
  color:#5f6874;
  font-size:14px;
  font-weight:500;
  line-height:1.55;
  letter-spacing:-.025em;
}

.kspl-case-lightbox-rule{
  display:block;
  width:100%;
  height:1px;
  margin:28px 0 6px;
  background:#dfe3e8;
}

.kspl-case-lightbox-info{
  display:flex;
  flex-direction:column;
}

.kspl-case-lightbox-info-row{
  padding:19px 0 18px;
  border-bottom:1px solid #e3e6ea;
}

.kspl-case-lightbox-info-row:last-child{
  border-bottom:0;
}

.kspl-case-lightbox-info-row[hidden]{
  display:none;
}

.kspl-case-lightbox-info-label{
  display:block;
  margin:0 0 7px;
  color:#77818e;
  font-size:10px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:.13em;
}

.kspl-case-lightbox-info-value{
  margin:0;
  color:#252b33;
  font-size:14px;
  font-weight:500;
  line-height:1.7;
  letter-spacing:-.025em;
  word-break:keep-all;
}

@media (min-width: 1281px){

/* PC 1380px OPTICAL AXIS — archive content aligns with philosophy banner */
.archive-main > #featured > .wrap,
.archive-main > #bobbin-core > .wrap,
.archive-main > #industrial > .wrap,
.archive-main > #confidential > .wrap,
.archive-main > .case-cta > .wrap{
    max-width: 1380px;
    padding-left: 0;
    padding-right: 0;
}

/* SECTION VERTICAL BREATHING +10px — body sections only */
.caseall-philosophy-strip,
.archive-main > .archive-section,
.caseall-philosophy-banner,
.archive-main > .case-cta {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background-clip: border-box;
}
.caseall-philosophy-strip {
    padding: 122px 0 114px;
    font-family: "Pretendard", sans-serif;
}
.archive-section{
padding: 110px 0;
}

section#confidential.archive-section.soft{
padding-bottom: 150px;
}


.case-cta{
padding: 102px 0 128px;
}

.kspl-final-process{
margin: 108px auto 0;
padding: 0 24px 110px;
}

.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(101, 150, 216, 0.18);
box-shadow: none;
}

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


.caseall-philosophy-banner .wrap{max-width:1380px;}
}

/* =========================================================
   PC END
========================================================= */

/* =========================================================
   TABLET LANDSCAPE START
   981px ~ 1280px
========================================================= */

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

/* SECTION VERTICAL BREATHING +10px — body sections only */
.caseall-philosophy-strip,
.archive-main > .archive-section,
.caseall-philosophy-banner,
.archive-main > .case-cta {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background-clip: border-box;
}

/* Tablet landscape 1240px optical axis — CASE ALL specific wrappers */
.caseall-brand-banner .wrap,
.caseall-philosophy-strip .wrap,
.case-cta .wrap,
.caseall-philosophy-banner .wrap{
max-width: 1240px;
}

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

section#confidential.archive-section.soft{
padding-bottom: 148px;
}

.case-cta{
padding: 58px 0 162px;
}

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

html body{
padding-top: 86px;
}

.archive-note{
font-family:"Paperlogy","Pretendard",sans-serif;
max-width: 500px;
margin-top: 52px;
font-size: 18px;
line-height: 1.7;
font-weight:450;
}

.category-nav{
top: 86px;
}

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

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

.caseall-philosophy-strip{
padding: 118px 0 112px;
font-family:"Pretendard", sans-serif;
}

.caseall-philosophy-title{
font-size: clamp(59px, calc(3.224px + 5.686vw), 76px);
line-height: 1.20;
letter-spacing: -2.2px;
}

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

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

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

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

html body .archive-note,
html body .archive-note-desktop{
font-family:"Paperlogy","Pretendard",sans-serif;
max-width: 650px;
margin-top: 52px;
font-size: 18px;
transform: none;
}

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;
font-size: 72px;
line-height: 1.1;
letter-spacing: -3px;
}

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

.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(101, 150, 216, 0.18);
box-shadow: none;
}

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

/* TOP HERO MUST REMAIN FULL-BLEED */
.archive-hero{
min-height: calc(100vh - 86px);
background-position: 72% 56%;
background-size: cover;
width: 100%;
margin-left: 0;
margin-right: 0;
overflow: hidden;
  box-sizing: border-box;
max-width: none;
}

.kspl-final-process h2{font-size: clamp(56px, calc(29.753px + 2.676vw), 64px);
font-weight:700;
line-height: 0.98;
letter-spacing: 0.04em;
margin: 0;

text-transform: none;}

.kspl-final-process p{font-size: 37px;
font-weight:700;
line-height: 1.18;
letter-spacing: -1px;
margin: 18px 0 0;
}

html body .archive-note,
html body .archive-note span,
html body .archive-note-desktop,
html body .archive-note-desktop span{
font-family:"Paperlogy","Pretendard",sans-serif;
color: #111111;
-webkit-text-fill-color: #111111;
font-weight:450;
line-height: 1.7;
letter-spacing: -0.15px;
}

html body .archive-hero{
width: 100%;
margin-left: 0;
margin-right: 0;
overflow: hidden;
min-height: calc(100vh - 86px);
background: #fff;
  box-sizing: border-box;
}

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

html body .archive-kicker{
display: inline-block;
margin: 0 0 18px 0;
padding: 0;
color: #1a1f24;
-webkit-text-fill-color: #1a1f24;
font-size: 13px;
font-weight:700;
letter-spacing: 2.8px;
line-height: 1.4;
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: 2px;

}

  /* RESPONSIVE CONTENT BANNER ALIGNMENT */
  .caseall-brand-banner .wrap{
    width: calc(100% - 44px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

.caseall-philosophy-banner .wrap{
    width:calc(100% - 48px);
    max-width:1240px;
  }
}

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

/* =========================================================
   TABLET PORTRAIT START
   769px ~ 980px
========================================================= */

@media (min-width: 769px) and (max-width: 980px){
/* TOP HERO MUST REMAIN FULL-BLEED */
.archive-hero{
width: 100%;
margin-left: 0;
margin-right: 0;
overflow: hidden;
  box-sizing: border-box;
min-height: calc(100vh - 86px);
max-width: none;
}

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

section#confidential.archive-section.soft{
padding-bottom: 132px;
}

.case-cta{
padding-top: 88px;
padding-bottom: 156px;
}

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

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

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

.featured-copy-title{
font-size: clamp(28px, calc(13.422px + 1.896vw), 32px);
line-height: 1;
letter-spacing: -1.5px;
}

.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{
font-family:"Paperlogy","Pretendard",sans-serif;
max-width: 500px;
margin-top: 52px;
font-size: 18px;
line-height: 1.7;
font-weight:450;
}

.category-nav{
top: 86px;
}

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

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

.caseall-philosophy-strip{
padding: 92px 0 88px;
font-family:"Pretendard", sans-serif;
}

.caseall-philosophy-title{
font-size: clamp(48px, calc(7.910px + 5.213vw), 59px);
line-height: 1.20;
letter-spacing: -2.2px;
}

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

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

.kspl-final-process h2{font-size: clamp(45px, calc(4.910px + 5.213vw), 56px);
font-weight:700;
line-height: 1;
letter-spacing: 0.04em;
margin: 0;

text-transform: none;}

.kspl-final-process p{font-size: 32px;
font-weight:700;
line-height: 1.22;
letter-spacing: -0.9px;
margin: 18px 0 0;
}

html body .archive-note,
html body .archive-note span,
html body .archive-note-desktop,
html body .archive-note-desktop span{
font-family:"Paperlogy","Pretendard",sans-serif;
color: #111111;
-webkit-text-fill-color: #111111;
font-weight:450;
font-size: 17px;
line-height: 1.7;
letter-spacing: -0.15px;
}

html body .archive-kicker{
display: inline-block;
margin: 0 0 18px 0;
padding: 0;
color: #1a1f24;
-webkit-text-fill-color: #1a1f24;
font-size: 13px;
font-weight:700;
letter-spacing: 2.8px;
line-height: 1.4;
text-transform: uppercase;
border-bottom: 0;
}

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

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

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

html body .archive-note,
html body .archive-note-desktop{
font-family:"Paperlogy","Pretendard",sans-serif;
max-width: 500px;
margin-top: 58px;
font-size: 17px;
}

.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;
background: url("mobilea6.webp") 80% 85% / 950px auto no-repeat #fff;
}

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

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

html body{
padding-top: 86px;
}

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

/* 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(100dvh - 112px);
max-height: none;
object-fit: cover;
border-radius: 0;
}

  /* RESPONSIVE CONTENT BANNER ALIGNMENT */
  .caseall-brand-banner .wrap{
    width: calc(100% - 44px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

.caseall-philosophy-banner .wrap{
    width:calc(100% - 40px);
    max-width:none;
    aspect-ratio:3 / 2;
    border:1px solid rgba(13,30,61,.10);
  }
  .caseall-philosophy-banner-img[src="philosophy-archive.webp"]{content:url("philosophy-archive-mobile.webp");}


  .kspl-case-lightbox.has-detail .kspl-case-lightbox-stage{
      width:min(900px,94vw);
      min-height:min(590px,78vh);
    }

    .kspl-case-lightbox.has-detail .kspl-case-lightbox-media{
      flex-basis:62%;
    }

    .kspl-case-lightbox.has-detail .kspl-case-lightbox-detail{
      flex-basis:38%;
      padding:42px 32px 38px;
    }
}

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

/* =========================================================
   MOBILE START
   768px 이하
========================================================= */

@media (max-width: 768px){
.featured-copy{
left: 10px;
top: 36px;
width: 64%;
}

.featured-copy-sub{
font-size: clamp(9px, 2.3vw, 11px);
line-height: 1.25;
letter-spacing: -0.3px;
white-space: normal;
word-break: keep-all;
}

.featured-copy-line{
width: 16px;
margin: 7px 0 8px;
}

.featured-copy-title{
font-size: clamp(17px, 4.4vw, 22px);
line-height: 1.02;
letter-spacing: -0.8px;
}

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

.archive-copy{
margin-left: 0;
}

.case-cta .cta-card h2{
font-size: 25px;
line-height: 1.5;
}

.case-cta .cta-card p{
margin-top: 14px;
font-size:16px;
font-weight:600;
line-height: 1.6;
letter-spacing: -0.55px;
}

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

.case-cta .cta-btn{
width: 100%;
min-width: 0;
height: 52px;
font-size: 16px;
}

.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: 52px 0;
}

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

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

.section-label::after{
display: none;
}

.section-top h2{
font-size: clamp(27px, calc(22.873px + 1.058vw), 31px);
line-height: 1.22;
letter-spacing: -0.8px;
}

.section-top p{
font-size:17.5px;
line-height: 1.65;
}

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

.featured-grid{
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px 12px;
}

.featured-card{
min-height:0;
aspect-ratio:1 / 1;
padding:0;
border-radius:0;
}

.featured-card .archive-meta{
left:10px;
top:3px;
}

.featured-card .archive-meta p{
margin-top:8px;
font-size:11.5px;
line-height:1.25;
letter-spacing:-0.1px;
word-spacing:1px;
}

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

.archive-card{
min-height:auto;
}

.archive-image{
 aspect-ratio:1 / 1;
    height:auto;
margin-bottom: 0;
}

.archive-card .archive-meta strong{
font-size:14px;
letter-spacing:-0.45px;
white-space:nowrap;
}

.archive-meta p{
font-size:14.5px;
line-height: 1.35;
}

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

.cta-card h2{
font-size: 25px;
line-height: 1.5;
}

.cta-btn{
width: 100%;
min-width: 0;
height: 52px;
font-size: 16px;
}

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

.kspl-final-process h2{font-size: clamp(35px, calc(24.683px + 2.646vw), 45px);
font-weight:700;
line-height: 1.08;
letter-spacing: 0.04em;
margin: 0;

text-transform: none;}

.kspl-final-process p{font-size:24px;
font-weight:700;
line-height: 1.3;
letter-spacing: -0.8px;
margin: 14px 0 0;
}

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

.kspl-case-lightbox img{
max-width: 94vw;
max-height: 82vh;
overflow: hidden;
border-radius: 0;
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;
}

.case-cta{
padding: 50px 0 140px;
}

#confidential{
padding-top: 42px;
}

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

.caseall-philosophy-strip{
padding: 58px 0 54px;
font-family:"Pretendard", sans-serif;
}

.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: 34px;
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{
font-family:"Paperlogy","Pretendard",sans-serif;
display: block;
color: #111111;
-webkit-text-fill-color: #111111;
font-size: 16.5px;
font-weight:450;
line-height: 1.9;
letter-spacing: -0.2px;
text-align: left;
text-shadow: none;
}

.archive-note{
font-family:"Paperlogy","Pretendard",sans-serif;
max-width: 420px;
margin-top: 48px;
}

.archive-note-desktop{
font-family:"Paperlogy","Pretendard",sans-serif;
display: none;
}

html body .archive-note,
html body .archive-note span,
html body .archive-note-desktop,
html body .archive-note-desktop span{
font-family:"Paperlogy","Pretendard",sans-serif;
display: block;
color: #111111;
-webkit-text-fill-color: #111111;
font-size: 16.5px;
font-weight:450;
line-height: 1.9;
letter-spacing: -0.2px;
text-align: left;
text-shadow: none;
}

html body .archive-hero .archive-note{
font-family:"Paperlogy","Pretendard",sans-serif;
visibility: visible;
opacity: 1;
max-width: 420px;
margin-top: 88px;
position: relative;
z-index: 5;
transform: translateY(-50px);
}

html body .archive-hero{
background: #fff;
background-image: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  overflow: hidden;
}

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

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

/* TOP HERO MUST REMAIN FULL-BLEED */
.archive-hero{
min-height: 700px;
background: #fff;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  overflow: hidden;
max-width: none;
}

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

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

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

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

.caseall-philosophy-title{
line-height: 1.20;
font-size: clamp(34px, calc(19.556px + 3.704vw), 48px);
letter-spacing: -1.4px;
}

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

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

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

.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(100dvh - 90px);
max-height: none;
object-fit: cover;
border-radius: 0;
}

  /* RESPONSIVE CONTENT BANNER ALIGNMENT */
  .caseall-brand-banner .wrap{
    width: calc(100% - 32px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    aspect-ratio: 2.2 / 1;
    border-radius: 0;
  }

/* CASE ALL industrial parts numbering green restore */

.archive-section:nth-of-type(3) .archive-card .archive-meta span{
color: var(--A-gray);
-webkit-text-fill-color: var(--A-gray);
  transform: none;
line-height:1.25;
}
#bobbin-core .archive-card .archive-meta span {
    transform: translateY(3px);
}

.caseall-philosophy-banner .wrap{
    width:calc(100% - 32px);
    max-width:none;
    aspect-ratio:3 / 2;
    border:1px solid rgba(13,30,61,.10);
  }
  .caseall-philosophy-banner-img[src="philosophy-archive.webp"]{content:url("philosophy-archive-mobile.webp");}

#confidential .archive-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px 12px;
}

#confidential .archive-card{
    width:100%;
    min-height:0;
    display:block;
}

#confidential .archive-image{
    width:100%;
    height:auto;
    aspect-ratio:16 / 9;
    margin:0;
    overflow:hidden;
}

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

#confidential .archive-card .archive-meta{
    padding:10px 1px 0;
    align-items:flex-start;
    gap:5px;
}

#confidential .archive-card .archive-meta strong{
    min-width:0;
    white-space:normal;
    font-size:13.5px;
    line-height:1.35;
}


  .kspl-case-lightbox.has-detail{
      align-items:center;
      padding:14px;
    }

    .kspl-case-lightbox.has-detail .kspl-case-lightbox-stage{
      display:block;
      width:min(560px,94vw);
      max-height:88vh;
      min-height:0;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
      background:#ffffff;
    }

    .kspl-case-lightbox.has-detail .kspl-case-lightbox-media{
      width:100%;
      height:auto;
      aspect-ratio:1 / 1;
    }

    .kspl-case-lightbox.has-detail .kspl-case-lightbox-media img{
      width:100%;
      height:100%;
      object-fit:contain;
    }

    .kspl-case-lightbox.has-detail .kspl-case-lightbox-detail{
      width:100%;
      padding:26px 22px 22px;
    }

    .kspl-case-lightbox-kicker{
      margin-bottom:10px;
      font-size:10px;
    }

    .kspl-case-lightbox-title{
      font-size:24px;
      line-height:1.2;
    }

    .kspl-case-lightbox-subtitle{
      margin-top:9px;
      font-size:13px;
      line-height:1.5;
    }

    .kspl-case-lightbox-rule{
      margin:19px 0 2px;
    }

    .kspl-case-lightbox-info-row{
      padding:14px 0 13px;
    }

    .kspl-case-lightbox-info-label{
      margin-bottom:5px;
    }

    .kspl-case-lightbox-info-value{
      font-size:13px;
      line-height:1.58;
    }
}

/* =========================================================
   MOBILE CSS END
========================================================= */
