:root{--background: #fbf9f5;--foreground: #1c1c1c;--foreground-secondary: #8d8d8d;--orange: #f45322;--primary: #fe6a40;--mobai-orange: #f45322;--mobai-gray: #8d8d8d;--gray: #8d8d8d;--black: #000;--font-body: "DM Sans", Arial, sans-serif;--font-cjk: "Huiwen-mincho", "Noto Serif SC", "Songti SC", "SimSun", serif;--nav-h: 6.5rem;--pad-x: 2.75rem;--content-max: 800px;--page-max: 1440px}@media(max-width:768px){:root{--pad-x: 1.5rem;--nav-h: 5.5rem}}@font-face{font-family:Huiwen-mincho;src:url(/fonts/huiwen-mincho.woff2) format("woff2"),url(/fonts/huiwen-mincho.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html,body{margin:0;padding:0;background:var(--background);color:var(--foreground);font-family:var(--font-cjk);-webkit-font-smoothing:antialiased}body{min-height:100vh;position:relative}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:50;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px 180px;mix-blend-mode:multiply}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer;padding:0}ul,ol{margin:0;padding:0}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--foreground);color:var(--background);padding:.5rem 1rem}.skip-link:focus{left:1rem;top:1rem}.study-banner{position:fixed;bottom:.75rem;right:.75rem;z-index:60;margin:0;padding:.35rem .65rem;font-family:var(--font-body);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--background);background:#1c1c1cb8;border-radius:999px;pointer-events:none}.font-en{font-family:var(--font-body)}.text-orange{color:var(--mobai-orange)}.text-gray{color:var(--mobai-gray)}.tick{display:inline-block;width:10px;height:10px;background:var(--mobai-orange);flex-shrink:0;vertical-align:middle;margin-right:.75rem}.label-orange{display:flex;align-items:center;margin:0 0 1rem;color:var(--mobai-orange);font-size:1.5rem;line-height:1.3;font-family:var(--font-cjk)}.section-pad{padding-left:var(--pad-x);padding-right:var(--pad-x)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--mobai-orange);color:var(--mobai-orange);border-radius:999px;padding:.5rem 1.5rem;text-transform:uppercase;font-size:1rem;transition:background .25s ease,color .25s ease}.btn-outline:hover{background:var(--mobai-orange);color:#fff}@media(prefers-reduced-motion:reduce){.btn-outline{transition:none}}.nav{position:fixed;z-index:40;top:0;left:2.5rem;right:2.5rem;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;pointer-events:none}.nav>*{pointer-events:auto}.nav--desktop{display:none}.nav--mobile{display:flex;left:1.5rem;right:1.5rem}@media(min-width:768px){.nav--desktop{display:flex}.nav--mobile{display:none}}.nav__logo img{width:51px;height:auto}.nav__list{display:flex;gap:2rem;list-style:none;padding:.4rem 1.25rem;border-radius:999px;background:color-mix(in srgb,var(--background) 60%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav__item--home{order:1}.nav__item--manifesto{order:2}.nav__item--team{order:3}.nav__links a{color:var(--mobai-orange);font-size:1rem}.nav__actions{display:flex;align-items:center;gap:.75rem}.nav__lang{display:flex;flex-direction:row;align-items:center;gap:.5rem;border-radius:999px;padding:.375rem 1rem;font-weight:500;color:var(--mobai-orange);background:color-mix(in srgb,var(--background) 60%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--font-body)}.nav__lang img{width:18px;height:18px}.nav__apply{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.375rem 2rem;background:color-mix(in srgb,var(--mobai-orange) 80%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;text-transform:uppercase;font-size:1rem}.hero{padding:calc(var(--nav-h) + .5rem) var(--pad-x) 3rem}.hero__frame{position:relative;width:100%;min-height:min(78vh,820px);border-radius:1.75rem;overflow:hidden;background:#111}.hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1)}.hero__copy{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 1rem 3rem;z-index:1}@media(min-width:768px){.hero__copy{padding:2.75rem 2.75rem 4rem}}.hero__line{margin:0;color:#fff;font-weight:900;font-size:clamp(2.75rem,10vw,8rem);line-height:.95;letter-spacing:-.02em;text-transform:none}.hero__line--sub{margin-top:.15em;padding-left:.15em}@media(min-width:768px){.hero__line{font-size:8rem}}.claim{padding-top:4rem;padding-bottom:6rem;max-width:1100px}.claim__body{margin:0 0 2.5rem;font-size:clamp(1.875rem,4vw,3rem);line-height:1.35;font-weight:400;max-width:42rem}.claim__ctas{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;margin-bottom:5rem}@media(min-width:768px){.claim__ctas{flex-direction:row;gap:1rem}}.tagline-wrap{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 0 2rem}.tagline__deco{width:min(100%,840px);opacity:.9;filter:none}.tagline{margin:0;text-align:center;text-transform:uppercase;font-size:1.25rem;letter-spacing:.04em}.what{padding-top:4rem;padding-bottom:7rem}.what__grid{display:grid;gap:2rem;align-items:start}@media(min-width:900px){.what__grid{grid-template-columns:1.1fr .9fr;gap:3rem}}.what__title{margin:0;font-size:clamp(1.875rem,4vw,3rem);font-weight:400;line-height:1.3;max-width:18ch}.orbit{position:relative;width:min(100%,420px);margin-inline:auto;aspect-ratio:1}.orbit__photo{position:absolute;top:18%;right:18%;bottom:18%;left:18%;width:64%;height:64%;margin:auto;border-radius:50%;object-fit:cover;filter:grayscale(1)}.orbit__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;pointer-events:none}.what__body{margin-top:4rem;margin-left:auto;max-width:66%;color:var(--mobai-gray);font-size:1.25rem;line-height:1.7}.what__body p{margin:0 0 1.5rem;white-space:pre-line}@media(max-width:768px){.what__body{max-width:100%;padding-inline:0}}.timeline{padding-top:3rem;padding-bottom:8rem;min-height:140vh}.timeline__heading{margin:0 0 2rem;padding-bottom:1.5rem;border-bottom:1px dashed var(--foreground);text-transform:uppercase;font-size:1.25rem}.timeline__years{display:flex;flex-wrap:nowrap;gap:2rem;overflow-x:auto;padding-bottom:2rem;-webkit-overflow-scrolling:touch}@media(min-width:768px){.timeline__years{gap:5rem}}.timeline__year{font-family:var(--font-body);font-size:clamp(3.5rem,10vw,8rem);font-weight:400;line-height:1;letter-spacing:-.02em;text-transform:uppercase;white-space:nowrap;color:var(--mobai-gray);transition:color .5s ease}.timeline__year.is-active{color:var(--mobai-orange)}.timeline__stage{display:flex;flex-direction:column;gap:2.5rem}@media(min-width:768px){.timeline__stage{flex-direction:row;align-items:flex-end;gap:3rem}}.timeline__photos{position:relative;flex:1;min-height:280px;height:clamp(260px,36vw,420px)}.timeline__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:left bottom;filter:grayscale(1);opacity:0;transition:opacity .45s ease;pointer-events:none}.timeline__photo.is-active{opacity:1}.timeline__caption{margin:0;max-width:450px;font-size:1.5rem;line-height:1.45;text-transform:uppercase}@media(prefers-reduced-motion:reduce){.timeline__year,.timeline__photo{transition:none}}.negation{position:relative;padding-top:6rem;padding-bottom:6rem;overflow:hidden}.negation__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.18;display:flex;justify-content:space-between}.negation__bg img{width:40%;max-height:100%;object-fit:contain;filter:grayscale(1)}.negation__lead{position:relative;margin:0 0 1rem;font-size:1.5rem;white-space:pre-line}.negation__strike{position:relative;margin:0 0 2.5rem;font-size:clamp(2rem,4vw,3rem);line-height:1.35;white-space:pre-line}.negation__strike del{text-decoration:line-through;text-decoration-thickness:2px}.negation__aside{position:relative;margin:0;max-width:24rem;padding-inline:1.5rem;font-size:1.25rem;line-height:1.5;text-transform:uppercase}@media(min-width:768px){.negation__aside{margin-left:33.33%}}.obsess{padding-top:2rem;padding-bottom:8rem}.obsess__head{display:flex;flex-direction:column;gap:1.5rem;border-top:1px solid var(--foreground)}@media(min-width:900px){.obsess__head{flex-direction:row;justify-content:space-between;gap:2rem}}.obsess__title{margin:0;padding-top:1.5rem;font-size:clamp(2rem,4vw,3rem);text-transform:uppercase;white-space:pre-line;flex-shrink:0}.obsess__grid{display:grid;gap:0}@media(min-width:900px){.obsess__grid{grid-template-columns:minmax(0,370px) minmax(0,370px)}}.obsess__cell{display:flex;flex-direction:row;align-items:flex-start;margin:0;padding:1.5rem 0;font-size:1.5rem;line-height:1.45}@media(min-width:900px){.obsess__cell{padding:1.5rem 1.5rem 3.75rem}.obsess__cell--tr{border-right:1px solid var(--foreground)}.obsess__cell--br{border-top:1px solid var(--foreground);border-right:1px solid var(--foreground)}.obsess__cell:nth-child(3),.obsess__cell:nth-child(4){border-top:1px solid var(--foreground);margin-top:0}.obsess__cell:nth-child(2),.obsess__cell:nth-child(4){padding-left:1.5rem}}.dot{display:inline-block;width:10px;height:10px;margin-top:.75rem;margin-right:1.75rem;flex-shrink:0;background:var(--black)}.seek{padding-top:2rem;padding-bottom:8rem}.seek__photo{width:100%;max-height:70vh;overflow:hidden;border-radius:1rem;margin-bottom:4rem}.seek__photo img{width:100%;height:100%;min-height:420px;object-fit:cover;filter:grayscale(1)}.seek__body{margin:0;max-width:48rem;font-size:clamp(1.875rem,4vw,3rem);line-height:1.4;white-space:pre-line}.mvv{position:relative;padding-top:4rem;padding-bottom:8rem}.mvv__deco{width:min(280px,50%);margin-bottom:3rem;opacity:.95}.mvv__list{display:grid;gap:2.5rem;margin:0 0 4rem}@media(min-width:768px){.mvv__list{grid-template-columns:repeat(3,1fr);gap:2rem}}.mvv__list dt{margin:0 0 .5rem;font-size:1.25rem}.mvv__list dd{margin:0;font-size:1.5rem;line-height:1.4}.mvv__close{margin:0;max-width:40rem;font-size:1.25rem;line-height:1.6;text-transform:uppercase;white-space:pre-line}.care{position:relative;padding-top:4rem;padding-bottom:8rem}.care__photo{position:absolute;right:var(--pad-x);top:0;width:min(280px,30vw);opacity:.35;pointer-events:none}.care__photo img{width:100%;filter:grayscale(1)}.care__row{display:grid;gap:2rem;margin-top:3.5rem;align-items:start}@media(min-width:900px){.care__row{grid-template-columns:minmax(0,450px) 1fr;gap:4rem}}.care__display{margin:0;max-width:450px;font-size:clamp(3rem,8vw,6rem);font-weight:400;line-height:.95;text-transform:uppercase;font-family:var(--font-cjk)}.care__display-line{display:block}.care__display--orange{color:var(--mobai-orange)}.care__list{list-style:decimal;list-style-position:inside;font-size:1.25rem;line-height:1.55;text-transform:uppercase}.care__list li{margin-bottom:.5rem}.care__list--orange{color:var(--mobai-orange)}.care__row--about{margin-top:5rem;padding-bottom:2rem}.mega{display:flex;flex-direction:column;padding-top:2rem;padding-bottom:4rem}.mega__link{display:flex;flex-direction:row;align-items:center;gap:1rem;border-bottom:1px solid var(--foreground);padding:1.25rem 0;overflow:hidden}@media(min-width:768px){.mega__link{gap:9.5rem}}.mega__link img{width:48px;height:48px;flex-shrink:0}@media(min-width:768px){.mega__link img{width:80px;height:80px}}.mega__label{font-size:clamp(1.875rem,8vw,6rem);text-transform:uppercase;line-height:1.1;transition:transform .3s ease}.mega__link:hover .mega__label{transform:translate(-6rem)}@media(prefers-reduced-motion:reduce){.mega__label{transition:none}.mega__link:hover .mega__label{transform:none}}.apply-strip{padding-top:3rem;padding-bottom:4rem}.apply-strip__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.apply-strip__logo{width:min(280px,70vw);margin-bottom:.75rem}.apply-strip__tag{margin:0;font-size:1rem}.apply-strip__cta,.footer__apply{display:inline-flex;align-items:center;gap:.75rem;border:1px solid var(--foreground);border-radius:999px;padding:.75rem 1.75rem;font-size:clamp(1.5rem,3vw,2.25rem);transition:background .25s ease,color .25s ease,border-color .25s ease}.apply-strip__cta:hover,.footer__apply:hover{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.apply-strip__top img{width:48px;height:auto}.footer{background:var(--foreground);color:var(--background);padding:4rem var(--pad-x) 5rem}.footer__inner{display:flex;flex-direction:column;gap:1.5rem}.footer__logo{width:min(320px,80vw);filter:brightness(0) invert(1)}.footer__tag{margin:0;opacity:.85}.footer__apply{align-self:flex-start;color:var(--background);border-color:var(--background)}.footer__apply:hover{background:var(--background);color:var(--foreground);border-color:var(--background)}.footer__meta{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem 2rem;margin-top:2rem}.footer__lang{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--background);border-radius:999px;padding:.35rem .75rem;color:var(--background);font-size:.875rem}.footer__lang img{width:16px;height:16px;filter:brightness(0) invert(1)}.footer__socials{display:flex;list-style:none;gap:1rem;align-items:center}.footer__socials img{width:28px;height:28px;filter:brightness(0) invert(1)}.footer__copy{margin:0;text-transform:uppercase;font-size:.75rem;width:100%}@media(min-width:768px){.footer__copy{font-size:1.25rem;width:auto;margin-left:auto}}.what,.care,.negation{background:radial-gradient(ellipse 55% 40% at 90% 0%,rgba(254,106,64,.08),transparent 70%),transparent}
