:root { --sub-blue:#0867b2; --sub-ink:#171717; --sub-gray:#f5f6f6; --sub-line:#dde2e4; --sub-area:min(var(--cc-max),calc(100% - (var(--cc-side) * 2))); }

#container.cc-container.cc-container--wide { width:100%; max-width:none; margin:0; padding-right:0; padding-left:0; }
.cc-sub { width:100%; max-width:none; margin:0; padding:0; color:var(--sub-ink); background:#fff; overflow:hidden; }
.cc-sub.cc-products { width:100%; max-width:none; padding:0; color:var(--sub-ink); background:#fff; }
.cc-sub * { box-sizing:border-box; }
.cc-sub h1,.cc-sub h2,.cc-sub h3,.cc-sub p,.cc-sub figure { margin-top:0; }
.cc-sub-hero { width:var(--sub-area); min-height:430px; margin:0 auto; padding:120px 0 70px; display:flex; flex-direction:column; justify-content:center; }
.cc-sub-hero > span { color:var(--sub-blue); font-size:12px; font-weight:750; letter-spacing:.16em; }
.cc-sub-hero h1 { max-width:1100px; margin:24px 0 0; font-size:clamp(44px,4.4vw,72px); font-weight:700; line-height:1.25; letter-spacing:-.075em; word-spacing:-.04em; word-break:keep-all; }
.cc-sub-hero > p { max-width:720px; margin:24px 0 0; color:#727c80; font-size:17px; line-height:1.8; word-break:keep-all; }
.cc-sub-section { width:var(--sub-area); margin:0 auto; }
.cc-sub-index { color:#98a4a9; font-size:10px; font-weight:700; letter-spacing:.15em; }.cc-sub-index span { margin-right:20px; color:var(--sub-blue); }
.cc-sub-btn { display:flex; width:220px; min-height:64px; padding:0 20px 0 28px; align-items:center; justify-content:space-between; color:#fff; border-radius:999px; background:var(--sub-blue); font-size:14px; font-weight:700; transition:.3s; }
.cc-sub-btn span { display:grid; width:38px; height:38px; place-items:center; color:var(--sub-blue); border-radius:50%; background:#fff; transition:.3s; }
.cc-sub-btn:hover { transform:translateY(-3px); box-shadow:0 15px 30px rgba(8,103,178,.18); }.cc-sub-btn:hover span { transform:rotate(45deg); }
.cc-sub-reveal { opacity:0; transform:translateY(50px); transition:opacity .85s,transform .95s cubic-bezier(.23,1,.32,1); }.cc-sub-reveal.cc-reveal.is-visible { opacity:1; transform:none; }

/* About */
.cc-about-showcase { position:relative; min-height:890px; padding:90px 70px 0; border-radius:52px; background:radial-gradient(circle at 18% 12%,#fff 0,transparent 28%),#f1f4f4; overflow:hidden; }
.cc-about-showcase__copy { position:relative; z-index:3; text-align:center; }
.cc-about-showcase__copy>span,.cc-about-principles header>span,.cc-about-promise>span { color:var(--sub-blue); font-size:10px; font-weight:750; letter-spacing:.18em; }
.cc-about-showcase__copy h2 { margin:24px 0 16px; font-size:clamp(45px,4.5vw,76px); line-height:1.2; letter-spacing:-.06em; }
.cc-about-showcase__copy h2 b { color:var(--sub-blue); }
.cc-about-showcase__copy p { margin:0; color:#6b777c; font-size:16px; }
.cc-about-showcase figure { position:absolute; z-index:2; right:6%; bottom:0; left:6%; height:57%; margin:0; border-radius:34px 34px 0 0; overflow:hidden; box-shadow:0 -25px 70px rgba(26,54,65,.08); }
.cc-about-showcase figure img { width:100%; height:100%; object-fit:cover; object-position:center 42%; transition:transform 1.2s cubic-bezier(.23,1,.32,1); }
.cc-about-showcase:hover figure img { transform:scale(1.025); }
.cc-about-showcase figure::after { content:''; position:absolute; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.2),transparent 42%); }
.cc-about-showcase figcaption { position:absolute; z-index:2; right:24px; bottom:20px; color:#fff; font-size:8px; font-weight:700; letter-spacing:.15em; }
.cc-about-showcase>strong { position:absolute; z-index:1; right:0; bottom:-38px; left:0; color:rgba(255,255,255,.72); font-size:clamp(120px,15vw,260px); font-weight:800; line-height:.8; letter-spacing:-.075em; text-align:center; }
.cc-about-principles { padding:170px 0 80px; }
.cc-about-principles>header { display:grid; grid-template-columns:22% 1fr; align-items:start; gap:50px; }
.cc-about-principles>header h2 { margin:0; font-size:clamp(48px,5vw,84px); line-height:1.2; letter-spacing:-.065em; }
.cc-about-principles>header p { grid-column:2; max-width:660px; margin:30px 0 0 auto; color:#6c797e; font-size:17px; line-height:1.85; }
.cc-about-principles__grid { margin-top:90px; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); grid-auto-rows:auto; gap:18px; }
.cc-about-card { position:relative; padding:38px; border-radius:30px; overflow:hidden; transition:transform .4s cubic-bezier(.23,1,.32,1),box-shadow .4s; }
.cc-about-card:not(.cc-about-card--wide) { min-height:340px; }
.cc-about-card:hover { transform:translateY(-8px); box-shadow:0 24px 50px rgba(12,45,68,.1); }
.cc-about-card small { font-size:9px; font-weight:750; letter-spacing:.15em; opacity:.56; }
.cc-about-card h3 { margin:95px 0 15px; font-size:30px; line-height:1.2; letter-spacing:-.05em; }
.cc-about-card p { margin:0; color:#6c797e; line-height:1.75; }
.cc-about-card i { position:absolute; right:30px; bottom:30px; width:44px; height:44px; display:grid; place-items:center; border:1px solid currentColor; border-radius:50%; font-style:normal; opacity:.6; }
.cc-about-card--image { grid-column:span 2; color:#fff; background:linear-gradient(90deg,rgba(5,31,48,.78),rgba(5,31,48,.08)),url('../img/cellthcare/products/ni-du310m-studio.png') center/cover no-repeat; }
.cc-about-card--image h3 { margin-top:150px; font-size:42px; }
.cc-about-card--light { background:#f1f3f3; }
.cc-about-card--blue { color:#fff; background:linear-gradient(145deg,#1687ca,#0867b2); }
.cc-about-card--blue p { color:rgba(255,255,255,.68); }
.cc-about-card--wide { grid-column:span 4; min-height:420px; padding:0; display:grid; grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr); align-items:stretch; gap:0; border:1px solid #d9e3e6; background:#fff; }
.cc-about-card__support-copy { padding:54px; display:flex; flex-direction:column; justify-content:center; background:#edf4f6; }
.cc-about-card--wide h3 { margin:24px 0 14px; font-size:38px; }
.cc-about-card--wide p { max-width:520px; }
.cc-about-card__support-flow { min-width:0; display:grid; grid-template-columns:repeat(3,1fr); }
.cc-about-card__support-flow a { position:relative; min-width:0; padding:46px 30px 32px; display:flex; flex-direction:column; color:#153446; border-left:1px solid #d9e3e6; transition:background .3s,color .3s; }
.cc-about-card__support-flow a:hover { color:#fff; background:var(--sub-blue); }
.cc-about-card__support-flow svg { width:48px; height:48px; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.cc-about-card__support-flow a>span { margin-top:auto; padding-top:70px; display:flex; flex-direction:column; }
.cc-about-card__support-flow b { font-size:19px; font-weight:680; }
.cc-about-card__support-flow small { margin-top:7px; color:#7a898f; font-size:12px; line-height:1.55; transition:color .3s; }
.cc-about-card__support-flow a:hover small { color:rgba(255,255,255,.68); }
.cc-about-card__support-flow i { position:absolute; right:26px; top:25px; width:32px; height:32px; display:grid; place-items:center; border:1px solid currentColor; border-radius:50%; font-size:12px; font-style:normal; opacity:.45; transition:transform .3s; }
.cc-about-card__support-flow a:hover i { transform:rotate(45deg); }
.cc-about-promise { min-height:610px; margin-top:80px; padding:90px clamp(45px,6vw,105px); display:flex; flex-direction:column; justify-content:center; color:#fff; border-radius:42px; background:radial-gradient(circle at 85% 15%,rgba(62,191,226,.28),transparent 30%),linear-gradient(135deg,#0c2c43,#0b405f); }
.cc-about-promise>span { color:#60d2ec; }
.cc-about-promise h2 { max-width:1050px; margin:35px 0 70px; font-size:clamp(46px,5vw,82px); line-height:1.2; letter-spacing:-.065em; }
.cc-about-promise>div { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.22); }
.cc-about-promise p { margin:0; padding:28px 30px 0 0; display:flex; gap:25px; color:rgba(255,255,255,.72); border-right:1px solid rgba(255,255,255,.22); }
.cc-about-promise p:last-child { padding-left:30px; border-right:0; }.cc-about-promise p:nth-child(2) { padding-left:30px; }
.cc-about-promise p b { color:#60d2ec; font-size:10px; }

/* Product listing */
.cc-products-list { width:var(--sub-area); margin:0 auto; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-top:1px solid var(--sub-line); border-left:1px solid var(--sub-line); }
.cc-product-list-card { position:relative; min-width:0; padding:30px clamp(22px,2vw,38px) 38px; border-right:1px solid var(--sub-line); border-bottom:1px solid var(--sub-line); background:#fff; transition:background .35s; }
.cc-product-list-card:hover { background:#f7f9fa; }
.cc-product-list-card__meta,.cc-product-list-card__copy { display:flex; align-items:center; justify-content:space-between; }
.cc-product-list-card__meta { color:#9ca6aa; font-size:9px; letter-spacing:.13em; }.cc-product-list-card__meta span { color:var(--sub-blue); font-weight:750; }
.cc-product-list-card__image { height:clamp(280px,25vw,430px); }.cc-product-list-card__image img { width:100%; height:100%; object-fit:contain; transition:transform .7s cubic-bezier(.23,1,.32,1); }.cc-product-list-card:hover .cc-product-list-card__image img { transform:translateY(-10px) scale(1.025); }
.cc-product-list-card__copy { min-height:130px; padding-top:26px; border-top:1px solid var(--sub-line); }.cc-product-list-card__copy h2 { margin:0 0 8px; color:var(--sub-blue); font-size:clamp(27px,2.2vw,40px); letter-spacing:-.055em; }.cc-product-list-card__copy p { margin:0; color:#778287; line-height:1.6; }
.cc-product-list-card__copy > span { display:grid; flex:0 0 auto; width:50px; height:50px; place-items:center; color:#fff; border-radius:50%; background:var(--sub-blue); font-size:17px; transition:.3s; }.cc-product-list-card:hover .cc-product-list-card__copy > span { transform:rotate(45deg); }

/* Contact */
.cc-contact-page__hero { border-bottom:1px solid var(--sub-line); }
.cc-contact-layout { width:var(--sub-area); margin:0 auto; padding:120px 0 0; display:grid; grid-template-columns:minmax(500px,.72fr) minmax(0,1.28fr); gap:72px; }
.cc-contact-aside { padding-top:20px; }.cc-contact-aside > span { color:var(--sub-blue); font-size:10px; font-weight:700; letter-spacing:.16em; }
.cc-contact-aside h2 { margin:25px 0 80px; font-size:clamp(44px,3.2vw,58px); line-height:1.25; letter-spacing:-.055em; }.cc-contact-aside h2 span { display:block; white-space:nowrap; }
.cc-contact-aside dl { margin:0; }.cc-contact-aside dl div { padding:24px 0; border-top:1px solid var(--sub-line); }.cc-contact-aside dt { color:#9ba5a9; font-size:9px; font-weight:700; letter-spacing:.15em; }.cc-contact-aside dd { margin:9px 0 0; color:#59666b; line-height:1.7; }
.cc-contact-form fieldset { margin:0 0 55px; padding:0; border:0; }.cc-contact-form legend { margin-bottom:18px; font-size:13px; font-weight:700; }
.cc-contact-types { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }.cc-contact-types input { position:absolute; opacity:0; }.cc-contact-types span { display:grid; min-height:55px; place-items:center; color:#69757a; border:1px solid var(--sub-line); border-radius:5px; cursor:pointer; transition:.2s; }.cc-contact-types input:checked + span { color:#fff; border-color:var(--sub-blue); background:var(--sub-blue); }
.cc-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:35px 24px; }
.cc-contact-form label > span:first-child,.cc-form-subject > span,.cc-form-message > span { display:block; margin-bottom:10px; font-size:13px; font-weight:650; }
.cc-contact-form input[type=text],.cc-contact-form input[type=email],.cc-contact-form input[type=tel],.cc-contact-form textarea { width:100%; padding:16px 3px; color:#222; border:0; border-bottom:1px solid #bfc8cb; border-radius:0; outline:0; background:transparent; transition:border-color .2s; }
.cc-contact-form textarea { padding:18px; border:1px solid #cdd4d6; resize:vertical; line-height:1.7; }.cc-contact-form input:focus,.cc-contact-form textarea:focus { border-color:var(--sub-blue); }
.cc-form-subject,.cc-form-message { display:block; margin-top:38px; }
.cc-form-privacy { display:flex; align-items:flex-start; gap:10px; margin-top:28px; color:#657176; font-size:13px; }.cc-form-privacy input { margin-top:4px; }.cc-form-privacy a { color:var(--sub-blue); text-decoration:underline; }
.cc-form-actions { display:flex; justify-content:flex-end; margin-top:45px; }.cc-form-actions button { display:flex; min-width:210px; min-height:64px; padding:0 18px 0 26px; align-items:center; justify-content:space-between; color:#fff; border:0; border-radius:999px; background:var(--sub-blue); font-weight:700; cursor:pointer; }.cc-form-actions button span { display:grid; width:38px; height:38px; place-items:center; color:var(--sub-blue); border-radius:50%; background:#fff; transition:.3s; }.cc-form-actions button:hover span { transform:rotate(45deg); }
.cc-form-honeypot { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }

/* Product detail refinement */
.cc-product-page { width:100%; max-width:none; margin:-70px 0 0; color:var(--sub-ink); background:#fff; }
.cc-product-hero { min-height:850px; grid-template-columns:47% 53%; background:#f4f6f6; }
.cc-product-hero__copy { padding:clamp(70px,7vw,135px); }
.cc-product-back { align-self:flex-start; margin-bottom:70px; color:#778287; font-size:13px; }
.cc-product-hero__copy>p:first-of-type { color:var(--sub-blue); }
.cc-product-hero h1 { color:var(--sub-blue); font-size:clamp(48px,4.4vw,72px); font-weight:700; line-height:1.25; letter-spacing:-.075em; word-spacing:-.04em; }
.cc-product-hero h2 { max-width:680px; color:#222; font-size:clamp(25px,2vw,38px); font-weight:650; }
.cc-product-hero__desc { color:#6e7a7f; }
.cc-product-hero__visual { min-height:850px; background-color:#fff; transition:background-size .6s; }.cc-product-hero__visual:hover { background-size:104%; }
.cc-product-hero__visual span { color:var(--sub-blue); }
.cc-product-tabs { position:sticky; z-index:30; top:76px; background:rgba(255,255,255,.94); backdrop-filter:blur(14px); }.cc-product-tabs a { padding:28px 35px; }.cc-product-tabs a.is-active { color:#fff; background:var(--sub-blue); }.cc-product-tabs a.is-active small { color:rgba(255,255,255,.65); }
.cc-product-statement { padding:180px max(40px,calc((100vw - 1500px)/2)); grid-template-columns:22% 1fr; }
.cc-product-statement h2 { color:#222; font-size:clamp(50px,5.4vw,98px); }.cc-product-statement h2 br + * { color:var(--sub-blue); }
.cc-official-guide { padding:150px 0; background:#f5f6f6; }.cc-official-guide>header h2 { color:var(--sub-blue); font-size:clamp(45px,5vw,90px); font-weight:700; }.cc-official-guide__images { border-radius:24px; box-shadow:0 35px 90px rgba(0,0,0,.07); }
.cc-product-inquiry { width:var(--sub-area); margin:0 auto; padding:110px 0; display:flex; align-items:center; justify-content:space-between; gap:60px; }
.cc-product-inquiry>div>span { color:var(--sub-blue); font-size:11px; font-weight:750; letter-spacing:.16em; }
.cc-product-inquiry h2 { margin:20px 0 0; font-size:clamp(34px,3.5vw,52px); line-height:1.25; letter-spacing:-.055em; }
.cc-product-inquiry p { max-width:620px; margin:18px 0 0; color:#6e7a7f; font-size:17px; line-height:1.8; }
.cc-product-inquiry .cc-sub-btn { flex:0 0 220px; }

@media(max-width:1024px) {
    .cc-about-showcase { min-height:780px; padding-inline:40px; }.cc-about-showcase figure { right:4%; left:4%; height:55%; }
    .cc-about-principles>header { grid-template-columns:1fr; }.cc-about-principles>header p { grid-column:auto; margin-left:0; }.cc-about-principles__grid { grid-template-columns:repeat(2,1fr); grid-auto-rows:auto; }.cc-about-card:not(.cc-about-card--wide) { min-height:340px; }.cc-about-card--wide { grid-column:span 2; min-height:570px; grid-template-columns:1fr; }.cc-about-card__support-flow a:first-child { border-left:0; }
    .cc-products-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .cc-contact-layout { grid-template-columns:1fr; gap:80px; }
    .cc-product-page { margin-top:-45px; }.cc-product-hero { grid-template-columns:1fr; }.cc-product-hero__visual { min-height:650px; }.cc-product-hero__copy { order:2; }.cc-product-inquiry { align-items:flex-start; flex-direction:column; }.cc-product-inquiry .cc-sub-btn { flex-basis:auto; }
}
@media(max-width:640px) {
    .cc-sub-hero { min-height:360px; padding:80px 0 55px; }.cc-sub-hero h1 { font-size:38px; line-height:1.25; }.cc-sub-hero > p { font-size:15px; }
    .cc-about-showcase { min-height:700px; padding:65px 20px 0; border-radius:26px; }.cc-about-showcase__copy h2 { font-size:38px; }.cc-about-showcase__copy h2 br { display:none; }.cc-about-showcase figure { right:0; left:0; height:52%; border-radius:22px 22px 0 0; }.cc-about-showcase figure img { object-position:56% center; }.cc-about-showcase>strong { bottom:-10px; font-size:76px; }.cc-about-principles { padding:105px 0 30px; }.cc-about-principles>header h2 { font-size:40px; }.cc-about-principles__grid { grid-template-columns:1fr; grid-auto-rows:auto; margin-top:55px; }.cc-about-card,.cc-about-card--image,.cc-about-card--wide { grid-column:auto; min-height:300px; padding:30px; }.cc-about-card--image h3 { margin-top:125px; font-size:35px; }.cc-about-card h3 { margin-top:70px; }.cc-about-card--wide { display:grid; padding:0; }.cc-about-card__support-copy { padding:38px 28px; }.cc-about-card--wide h3 { margin-top:22px; font-size:32px; }.cc-about-card__support-flow { grid-template-columns:1fr; }.cc-about-card__support-flow a { min-height:150px; padding:24px 24px 22px 92px; justify-content:center; border-top:1px solid #d9e3e6; border-left:0; }.cc-about-card__support-flow svg { position:absolute; left:24px; top:50%; width:42px; height:42px; transform:translateY(-50%); }.cc-about-card__support-flow a>span { margin:0; padding:0; }.cc-about-card__support-flow i { top:20px; }.cc-about-promise { min-height:620px; margin-top:70px; padding:65px 25px; border-radius:26px; }.cc-about-promise h2 { margin:30px 0 50px; font-size:39px; }.cc-about-promise h2 br { display:none; }.cc-about-promise>div { grid-template-columns:1fr; }.cc-about-promise p,.cc-about-promise p:nth-child(2),.cc-about-promise p:last-child { padding:22px 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.2); }
    .cc-products-list { grid-template-columns:1fr; }.cc-product-list-card { padding:28px 22px 35px; }.cc-product-list-card__image { height:360px; }.cc-product-list-card__copy > span { width:48px; height:48px; }
    .cc-contact-layout { padding:85px 0 0; }.cc-contact-aside h2 { font-size:36px; }.cc-contact-aside h2 span { white-space:normal; }.cc-contact-types { grid-template-columns:1fr 1fr; }.cc-form-grid { grid-template-columns:1fr; }.cc-form-actions button { min-width:200px; }
    .cc-product-hero { min-height:0; }.cc-product-hero__visual { min-height:480px; }.cc-product-hero__copy { padding:60px 20px 80px; }.cc-product-back { margin-bottom:45px; }.cc-product-hero h1 { font-size:42px; }.cc-product-tabs { position:relative; top:auto; }.cc-product-statement { padding:100px 20px; }.cc-product-statement h2 { font-size:42px; }.cc-official-guide { padding:90px 0; }.cc-official-guide__images { border-radius:12px; }.cc-product-inquiry { padding:82px 0; gap:35px; }.cc-product-inquiry p { font-size:16px; }.cc-product-inquiry .cc-sub-btn { width:100%; }
}
@media(prefers-reduced-motion:reduce) { .cc-sub-reveal { opacity:1; transform:none; transition:none; } }
