/* Concept 02. Page-local design; the approved homepage and shared files stay intact. */
body:has(.cx){background:var(--soft)}
.cx{--cx-width:1180px;background:var(--soft);overflow:clip}
.cx-wrap{max-width:var(--cx-width);padding:0 30px;margin:auto}
.cx a,.cx button{-webkit-tap-highlight-color:transparent}
.cx a:focus-visible,.cx button:focus-visible,.cx summary:focus-visible{outline:3px solid var(--orange);outline-offset:4px}
.cx-section{padding-top:30px;padding-bottom:30px;scroll-margin-top:130px}
.cx h2{font-size:clamp(28px,3.1vw,42px);line-height:1.12;letter-spacing:-.055em;font-weight:800}
.cx h2 span{color:var(--ink-3)}
.cx p{margin:0}
.cx-kicker{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin:0 0 16px!important}
.cx-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.cx-heading .cx-kicker{margin-bottom:10px!important}
.cx-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.cx-button{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:var(--indigo);color:var(--white);border:1px solid var(--indigo);border-radius:var(--r-pill);min-height:50px;padding:12px 25px;font-size:14px;font-weight:700;transition:background .25s,transform .25s var(--ease),box-shadow .25s}
.cx-button:hover{color:var(--white);background:var(--indigo-d);box-shadow:var(--shadow-1);transform:translateY(-2px)}
.cx-button-small{min-height:44px;padding:10px 20px;font-size:13px}
.cx-button:disabled{opacity:.45;cursor:not-allowed;transform:none}
.cx-textlink{display:inline-flex;align-items:center;min-height:44px;gap:10px;color:var(--indigo);font-size:13px;font-weight:700;white-space:nowrap}
.cx-textlink:hover{color:var(--orange-d)}
.cx-round{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;border:1px solid var(--line-2);border-radius:50%;font-size:20px;color:var(--ink);transition:background .2s,transform .2s}
.cx-round:hover{background:var(--orange);color:var(--ink);transform:translateY(-2px)}
.cx-bar{height:46px;background:color-mix(in srgb,var(--white) 88%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);position:sticky;top:var(--header-h);z-index:80}
.cx-bar > .cx-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.cx-bar nav{display:flex;gap:24px}
.cx-bar nav a{display:flex;align-items:center;min-height:44px;font-size:11px;color:var(--ink-3)}
.cx-bar nav a:hover{color:var(--indigo)}
.cx-version{font-size:11px;color:var(--indigo);font-weight:700;min-height:44px;display:flex;align-items:center;gap:8px}
.cx-version span{color:var(--ink-3);font-weight:400}
.cx-version-label{font-family:var(--mono);font-size:9px;letter-spacing:.08em;color:var(--ink-3);text-transform:uppercase}
.cx-progress{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:var(--orange);transform:scaleX(var(--progress,0));transform-origin:left;will-change:transform}
.cx-hero{position:relative;background:var(--white)}
.cx-hero-inner{height:520px;position:relative;display:flex;align-items:center}
.cx-hero-copy{position:relative;z-index:2;pointer-events:none;width:58%}
.cx-hero-copy a,.cx-hero-copy button{pointer-events:auto}
.cx-hero-copy h1{font-size:clamp(62px,6.1vw,87px);line-height:.96;letter-spacing:-.065em;font-weight:800;margin:22px 0}
.cx-hero-copy h1 span{color:var(--indigo)}
.cx-lead{font-size:16px;line-height:1.6;color:var(--ink-3);margin-bottom:24px!important}
.cx-star{font-size:.6em;vertical-align:super;line-height:0;color:inherit}
.cx-dot{width:6px;height:6px;border-radius:50%;background:var(--orange);display:inline-block;vertical-align:middle;margin-right:7px;box-shadow:0 0 0 5px var(--orange-soft)}
.cx-fiber{position:absolute;inset:0 -50px 0 35%;overflow:hidden;pointer-events:none}
.cx-fiber canvas{position:absolute;inset:0;width:100%;height:100%}
.cx-fiber-fallback{position:absolute;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.cx-fiber.is-rendered .cx-fiber-fallback{opacity:0}
.cx-fiber-label{position:absolute;bottom:40px;right:80px;left:27%;display:flex;align-items:center;gap:12px;font:9px var(--mono);letter-spacing:.1em;color:var(--ink-3)}
.cx-fiber-line{height:1px;background:var(--line-2);flex:1}
.cx-motion{position:absolute;bottom:12px;right:35px;z-index:5;min-height:40px;padding:8px 12px;display:flex;align-items:center;gap:8px;font-size:10px;color:var(--ink-3);border-radius:var(--r-pill);background:var(--soft)}
.cx-motion:hover{background:var(--soft-2)}
.cx-facts{display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:center;padding-top:22px;padding-bottom:24px;border-top:1px solid var(--line);gap:35px}
.cx-facts strong{font-size:36px;letter-spacing:-.055em;line-height:1.2;font-weight:800}
.cx-facts strong span{font-size:15px;letter-spacing:-.025em;font-weight:600}
.cx-facts p{font-size:11px;color:var(--ink-3);margin-top:6px}
.cx-down{height:46px;width:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid var(--line-2);color:var(--ink);font-size:24px}
.cx-switch{padding:4px;border:1px solid var(--line);border-radius:var(--r-pill);display:flex;background:var(--soft-2);flex-shrink:0}
.cx-switch button{min-height:40px;padding:8px 18px;font-size:12px;border-radius:var(--r-pill);color:var(--ink-3);transition:background .2s,box-shadow .2s}
.cx-switch button[aria-pressed=true]{background:var(--white);color:var(--ink);box-shadow:var(--shadow-1)}
.cx-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.cx-plan{padding:20px 22px;text-align:left;background:var(--white);border:1px solid transparent;border-radius:var(--r-lg);color:var(--ink);transition:background .25s,color .25s,transform .25s var(--ease);min-width:0}
.cx-plan[aria-pressed=true]{background:var(--indigo);color:var(--white)}
.cx-plan:hover{transform:translateY(-3px)}
.cx-plan-top{display:flex;justify-content:space-between;align-items:center;font-family:var(--mono);font-size:10px;letter-spacing:.06em;opacity:.8}
.cx-radio{width:15px;height:15px;border:1px solid currentColor;border-radius:50%;position:relative}
.cx-plan[aria-pressed=true] .cx-radio{background:var(--orange);border-color:var(--orange)}
.cx-plan[aria-pressed=true] .cx-radio:after{content:'';position:absolute;inset:4px;border-radius:50%;background:var(--indigo)}
.cx-plan > strong{display:block;font-size:48px;letter-spacing:-.065em;line-height:1.1;margin:16px 0}
.cx-plan > strong small{font-size:17px;letter-spacing:-.025em;font-weight:500}
.cx-plan-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px}
.cx-plan-bottom > span{opacity:.75}
.cx-plan-bottom b{font-size:20px;letter-spacing:-.04em;white-space:nowrap}
.cx-plan-bottom b small{font-size:10px;font-weight:400;letter-spacing:0}
.cx-plan-order{padding:18px 0 10px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.cx-plan-order p strong{display:block;font-size:14px}
.cx-plan-order p > span{display:block;font-size:11px;color:var(--ink-3);margin-top:5px}
.cx-details{border-top:1px solid var(--line)}
.cx-details summary{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:44px;cursor:pointer;font-size:12px;font-weight:600;color:var(--ink-3);list-style:none}
.cx-details summary::-webkit-details-marker{display:none}
.cx-details summary > span{font-size:22px;font-weight:400;transition:transform .25s}
.cx-details[open] summary > span{transform:rotate(45deg)}
.cx-camera-option{display:flex;align-items:center;gap:20px;padding:20px 0;flex-wrap:wrap;font-size:13px}
.cx-camera-option select{width:160px}
.cx-camera-option p{flex:1;min-width:180px}
.cx-panel{border-radius:var(--r-xl);overflow:hidden}
.cx-life-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:18px}
.cx-tv{position:relative;min-height:348px;background:var(--ink);color:var(--white)}
.cx-tv > img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 1s var(--ease)}
.cx-tv:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,color-mix(in srgb,var(--ink) 85%,transparent),color-mix(in srgb,var(--ink) 20%,transparent)),linear-gradient(0deg,var(--ink),transparent 60%)}
.cx-tv-content{position:relative;z-index:1;padding:28px 30px;display:flex;flex-direction:column;height:100%}
.cx-tv .cx-kicker{color:var(--orange)}
.cx-tv h2{font-size:36px}
.cx-tv-content > p:not(.cx-kicker){font-size:12px;opacity:.8;margin-top:12px}
.cx-tv-tabs{display:flex;gap:4px;margin:20px 0 10px;flex-wrap:wrap}
.cx-tv-tabs button{min-height:40px;border-radius:var(--r-pill);padding:7px 12px;font-size:11px;color:var(--white);border:1px solid color-mix(in srgb,var(--white) 30%,transparent)}
.cx-tv-tabs button[aria-selected=true]{background:var(--white);color:var(--ink);border-color:var(--white)}
.cx-tv-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}
.cx-tv-bottom p{display:flex;align-items:baseline;gap:16px}
.cx-tv-bottom strong{font-size:28px;letter-spacing:-.04em}
.cx-tv-bottom small{font-size:11px;font-weight:400}
.cx-tv-bottom p > span{font-size:10px;opacity:.7}
.cx-tv-bottom .cx-round{color:var(--white);border-color:color-mix(in srgb,var(--white) 40%,transparent)}
.cx-tv-bottom .cx-round:hover{color:var(--ink)}
.cx-power{background:var(--orange);padding:28px 30px;display:flex;flex-direction:column;justify-content:space-between}
.cx-power .cx-kicker{color:var(--ink-2)}
.cx-power h2{font-size:36px}
.cx-power-stat{display:flex;align-items:center;gap:16px;margin:14px 0}
.cx-power-stat > strong{font-size:94px;letter-spacing:-.08em;line-height:1}
.cx-power-stat > span{font-size:13px;line-height:1.4}
.cx-battery{width:92px;height:48px;margin-left:auto;color:var(--ink)}
.cx-charge{transform-origin:9px center;animation:cx-charge 5s var(--ease) infinite}
@keyframes cx-charge{0%,100%{transform:scaleX(.78);opacity:.7}50%{transform:scaleX(1);opacity:1}}
.cx-power-bottom p{font-size:12px;line-height:1.6}
.cx-power .cx-textlink{color:var(--ink);margin-top:4px}
.cx-footnote{font-size:10px;line-height:1.6;color:var(--ink-3);margin-top:12px!important}
.cx-security{display:grid;grid-template-columns:.85fr 1.15fr;background:var(--white)}
.cx-security-photo{position:relative;min-height:264px;overflow:hidden}
.cx-security-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:60% 42%}
.cx-security-photo > span{position:absolute;bottom:20px;left:20px;padding:8px 14px;font-size:9px;border-radius:var(--r-pill);background:color-mix(in srgb,var(--white) 88%,transparent);backdrop-filter:blur(12px);color:var(--ink)}
.cx-security-copy{padding:30px 36px}
.cx-security-copy h2{font-size:34px}
.cx-security-copy > p:not(.cx-kicker){font-size:13px;line-height:1.6;max-width:45ch;color:var(--ink-3);margin:14px 0 10px}
.cx-kits-details{margin-top:12px}
.cx-kits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:10px 0}
.cx-kit{border-radius:var(--r-lg);padding:22px;background:var(--white);display:flex;flex-direction:column;gap:14px;font-size:12px}
.cx-kit h3{font-size:18px;line-height:1.3}
.cx-kit ul{padding-left:16px;margin:0;color:var(--ink-3)}
.cx-kit strong{font-size:24px;margin-top:auto}
.cx-kit .cx-button{width:100%}
.cx-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.cx-category{border-radius:var(--r-lg);padding:14px 18px;background:var(--white);display:block;color:var(--ink);overflow:hidden;transition:box-shadow .3s,transform .3s var(--ease)}
.cx-category > div{height:112px;display:flex;justify-content:center;align-items:center}
.cx-category img{max-width:95%;width:130px;height:100px;object-fit:contain;mix-blend-mode:multiply;transition:transform .6s var(--ease)}
.cx-category > span{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:700;gap:8px;min-height:38px}
.cx-category b{font-size:18px;font-weight:400;color:var(--ink-3)}
.cx-category:hover{color:var(--ink);box-shadow:var(--shadow-1);transform:translateY(-3px)}
.cx-category:hover img{transform:scale(1.06) rotate(-3deg)}
.cx-ups-placeholder{font-size:70px;color:var(--indigo)}
.cx-hits-head{display:flex;justify-content:space-between;align-items:center;margin-top:16px;margin-bottom:8px}
.cx-hits-head > span{font-size:12px;font-weight:700;color:var(--ink-3)}
.cx-hits-head > div{display:flex;gap:8px}
.cx-hits{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 32px)/3);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:var(--line-2) transparent}
.cx-hit{display:grid;grid-template-columns:64px 1fr 40px;align-items:center;gap:10px;background:var(--white);padding:12px;border-radius:var(--r-md);scroll-snap-align:start;min-width:0}
.cx-hit img{width:64px;height:64px;object-fit:contain;mix-blend-mode:multiply}
.cx-hit a{font-size:10px;line-height:1.4;color:var(--ink);display:block}
.cx-hit strong{font-size:15px;display:block;margin-top:7px;letter-spacing:-.025em}
.cx-hit strong small{font-size:10px;font-weight:400}
.cx-hit .cx-round{width:40px;height:40px;font-size:18px}
.cx-editorial{display:grid;grid-template-columns:1fr 1fr;gap:60px;border-top:1px solid var(--line);margin-top:12px;padding-top:28px;padding-bottom:30px}
.cx-business h2{font-size:31px}
.cx-business > p:not(.cx-kicker){font-size:12px;color:var(--ink-3);max-width:44ch;margin:12px 0 6px}
.cx-news .cx-heading{margin-bottom:0;align-items:center}
.cx-news .cx-kicker{margin:0!important}
.cx-news-row{display:grid;grid-template-columns:74px 1fr;gap:10px;padding:14px 0;border-bottom:1px solid var(--line);color:var(--ink)}
.cx-news-row:hover{color:var(--indigo)}
.cx-news-date{font-family:var(--mono);font-size:9px;line-height:1.5;color:var(--ink-3)}
.cx-news-name{font-size:12px;font-weight:600;letter-spacing:-.015em;line-height:1.4}
.cx-contact{background:var(--white);padding:30px 0;scroll-margin-top:130px}
.cx-contact > .cx-wrap{display:flex;justify-content:space-between;align-items:center;gap:30px}
.cx-contact .cx-kicker{margin-bottom:10px!important}
.cx-contact h2{font-size:34px}
.cx-phone{display:inline-flex;align-items:center;min-height:44px;font-size:22px;letter-spacing:-.035em;color:var(--indigo);margin-top:6px}
.cx-contact-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}
.cx-contact-right > p{font-size:10px;color:var(--ink-3)}
/* Compact footer, only on the alternative page. All original links remain. */
body:has(.cx) .ftr{padding:28px 0 22px;background:var(--soft);color:var(--ink);border-top:1px solid var(--line)}
body:has(.cx) .ftr__top{gap:26px;padding-bottom:18px;border-color:var(--line)}
body:has(.cx) .ftr__top > div:first-child p{color:var(--ink-3)!important;font-size:10px;max-width:28ch}
body:has(.cx) .ftr__logo img{filter:brightness(.35);margin-bottom:12px}
body:has(.cx) .ftr h4{font-size:9px;color:var(--ink-3);margin-bottom:10px}
body:has(.cx) .ftr ul{gap:4px;font-size:10px}
body:has(.cx) .ftr a{color:var(--ink-3)}
body:has(.cx) .ftr a:hover{color:var(--indigo)}
body:has(.cx) .ftr__phone{font-size:17px;margin-bottom:6px;color:var(--ink)}
body:has(.cx) .ftr__bot{padding-top:14px;font-size:9px;color:var(--ink-3);border-color:var(--line)}
body:has(.cx) > .callback{display:none}
.cx.is-ready .cx-enter{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.cx.is-ready .cx-enter.is-visible{opacity:1;transform:none}
.cx.is-paused .cx-charge{animation-play-state:paused}
@media(min-width:1500px){.cx-hero-inner{height:550px}}
@media(max-width:1000px){
 .cx-wrap{padding-left:24px;padding-right:24px}.cx-hero-copy h1{font-size:70px}.cx-fiber{left:32%;right:-100px}.cx-plan-bottom{align-items:flex-start;flex-direction:column;gap:8px}.cx-plan > strong{font-size:42px}.cx-tv-content,.cx-power{padding:24px}.cx-power-stat > strong{font-size:80px}.cx-battery{width:70px}.cx-tv-bottom p{gap:9px}.cx-tv-tabs button{padding:7px 9px}.cx-security-copy{padding:26px}.cx-editorial{gap:35px}.cx-plan-order .cx-actions{gap:12px}.cx-version span{display:none}
}
@media(max-width:700px){
 .cx-section{padding-top:24px;padding-bottom:24px}.cx-wrap{padding-left:20px;padding-right:20px}.cx-bar{top:56px}.cx-bar nav{display:none}.cx-hero-inner{height:auto;min-height:690px;display:block;padding-top:32px}.cx-hero-copy{width:100%}.cx-hero-copy h1{font-size:64px;margin:20px 0}.cx-hero-copy h1 br:nth-of-type(2){display:none}.cx-hero-copy h1 span:before{content:' '}.cx-hero-copy .cx-lead{font-size:14px;max-width:36ch}.cx-kicker{font-size:9px}.cx-fiber{top:330px;bottom:0;left:-60px;right:-60px}.cx-fiber-label{bottom:20px;left:24%;right:20%;font-size:8px}.cx-motion{bottom:44px;right:20px;background:var(--white)}.cx-facts{gap:14px;grid-template-columns:1fr 1fr;padding-top:20px;padding-bottom:22px}.cx-facts strong{font-size:30px}.cx-facts strong span{font-size:12px}.cx-facts p{font-size:10px}.cx-facts > div:nth-child(3),.cx-down{display:none}.cx-heading{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:18px}.cx h2{font-size:31px}.cx-switch{width:100%}.cx-switch button{flex:1}.cx-plans{gap:8px}.cx-plan{padding:15px 11px;border-radius:var(--r-md)}.cx-plan-top{font-size:8px;letter-spacing:0}.cx-radio{width:11px;height:11px}.cx-plan[aria-pressed=true] .cx-radio:after{inset:3px}.cx-plan > strong{font-size:32px;letter-spacing:-.055em;margin:18px 0 12px}.cx-plan > strong small{display:block;font-size:11px;letter-spacing:0;margin-top:2px}.cx-plan-bottom > span{font-size:9px;min-height:27px;line-height:1.35}.cx-plan-bottom b{font-size:20px}.cx-plan-bottom b small{font-size:8px}.cx-plan-order{align-items:flex-start;flex-direction:column;gap:10px;padding-top:16px}.cx-plan-order .cx-actions{width:100%;justify-content:space-between}.cx-plan-order p > span{font-size:10px;max-width:44ch}.cx-details summary{font-size:11px;line-height:1.5;padding:5px 0}.cx-life-grid{grid-template-columns:1fr;gap:14px}.cx-tv{min-height:340px}.cx-tv-content{padding:26px}.cx-power{min-height:315px;padding:26px}.cx-power-stat > strong{font-size:94px}.cx-battery{width:90px}.cx-power h2{font-size:32px}.cx-tv-tabs{margin-top:24px}.cx-footnote{font-size:9px}.cx-security{grid-template-columns:1fr}.cx-security-photo{min-height:210px}.cx-security-copy{padding:24px}.cx-security-copy h2{font-size:29px}.cx-security-copy > p:not(.cx-kicker){font-size:12px}.cx-kits{grid-template-columns:1fr}.cx-categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cx-category{padding:12px}.cx-category > div{height:98px}.cx-category img{height:90px;max-width:100%}.cx-category > span{font-size:10px}.cx-hits{grid-auto-columns:90%;gap:10px}.cx-hit a{font-size:11px}.cx-editorial{grid-template-columns:1fr;gap:26px}.cx-news .cx-heading{flex-direction:row}.cx-contact{padding:28px 0}.cx-contact > .cx-wrap{align-items:flex-start;flex-direction:column;gap:15px}.cx-contact-right{align-items:flex-start}.cx-contact h2{font-size:30px}.cx-contact-right > p{font-size:11px}
 body:has(.cx) .ftr__top{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px}body:has(.cx) .ftr__top > div:first-child{grid-column:1/-1}body:has(.cx) .ftr__top > div:first-child p{max-width:44ch}body:has(.cx) .ftr ul{font-size:12px;gap:4px}body:has(.cx) .ftr li a{display:inline-flex;align-items:center;min-height:32px}body:has(.cx) .ftr h4{font-size:10px}body:has(.cx) .ftr__bot{flex-direction:column;gap:8px;font-size:10px}body:has(.cx) .ftr{padding-bottom:28px}
}
@media(prefers-reduced-motion:reduce){
 .cx *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.cx.is-ready .cx-enter{opacity:1;transform:none}.cx-motion{display:none}.cx-progress{will-change:auto}
}
.cx{position:relative}
.cx-equipment-icon{width:100px;height:100px;color:var(--indigo)}
.cx-hit .cx-equipment-icon{width:64px;height:64px}
.cx-route{position:absolute;top:720px;bottom:210px;left:max(8px,calc((100% - 1180px)/2 - 24px));width:22px;height:calc(100% - 930px);pointer-events:none;overflow:visible}
.cx-route path{fill:none;stroke:var(--line);stroke-width:1}
.cx-route .cx-route-lit{stroke:var(--orange);stroke-width:1.5}
.cx-route-dot{fill:var(--orange);filter:drop-shadow(0 0 5px var(--orange))}
@media(max-width:999px){.cx-route{display:none}}
@media(prefers-reduced-motion:reduce){.cx-route{display:none}}
/* Readable secondary type: compact through layout, not tiny text. */
.cx-facts p{font-size:12px}
.cx-plan-bottom{font-size:12px}
.cx-plan-bottom b small{font-size:11px}
.cx-plan-order p > span{font-size:12px}
.cx-tv-content > p:not(.cx-kicker),.cx-power-bottom p{font-size:13px}
.cx-tv-tabs button{font-size:12px}
.cx-tv-bottom p > span{font-size:11px}
.cx-footnote{font-size:11px}
.cx-hit a{font-size:12px}
.cx-news-name{font-size:14px}
.cx-news-date{font-size:10px}
.cx-business > p:not(.cx-kicker){font-size:13px}
.cx-contact-right > p{font-size:12px}
@media(max-width:700px){
 .cx-plan-bottom > span{font-size:10px;min-height:30px}.cx-plan-bottom b small{font-size:9px}
 .cx-plan-order p > span{font-size:11px}.cx-footnote{font-size:10px}.cx-category > span{font-size:12px}
 .cx-tv-tabs button{font-size:11px}
}
@media(min-width:701px){.cx-fiber-label{right:190px}}
/* Studio art direction: the CGI still carries the material quality; camera motion stays quiet. */
.cx-fiber{left:39%;right:-30px;top:8px;bottom:38px}
.cx-fiber-fallback{object-fit:contain;mix-blend-mode:normal}
.cx-fiber-label{bottom:1px;left:20%;right:140px}
.cx-motion{bottom:12px;background:var(--white);border:1px solid var(--line)}
.cx-charge{animation:none}
.cx-route{display:none}
.cx.is-ready .cx-enter{transform:translateY(12px);transition-duration:.8s}
@media(max-width:1000px) and (min-width:701px){.cx-fiber{left:39%;right:-65px}.cx-fiber-label{left:25%;right:110px}}
@media(max-width:700px){.cx-fiber{left:-12px;right:-12px;top:360px;bottom:30px}.cx-fiber-label{left:12%;right:12%;bottom:0}.cx-motion{bottom:8px;right:20px}.cx-hero-inner{min-height:700px}}
@media(min-width:701px){.cx-fiber-label{right:220px}}
@media(max-width:700px){.cx-fiber-label{display:none}}
